MockAppScreens: Add live location lab flag promotion screen.

This commit is contained in:
SBiOSoftWhare
2022-07-04 17:10:15 +02:00
parent 70264e0075
commit 8fde3b765a
@@ -19,6 +19,7 @@ import Foundation
/// The static list of mocked screens in RiotSwiftUI
enum MockAppScreens {
static let appScreens: [MockScreenState.Type] = [
MockLiveLocationLabPromotionScreenState.self,
MockLiveLocationSharingViewerScreenState.self,
MockAuthenticationLoginScreenState.self,
MockAuthenticationReCaptchaScreenState.self,