From 8fde3b765a67644d3d53f4f9d06008c440eed90f Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Mon, 4 Jul 2022 17:10:15 +0200 Subject: [PATCH] MockAppScreens: Add live location lab flag promotion screen. --- RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift b/RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift index a55633467..c53ee2bdc 100644 --- a/RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift +++ b/RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift @@ -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,