mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Instrument missing screen metrics (#5764)
* Instrument missing screen metrics - Done
This commit is contained in:
@@ -112,8 +112,11 @@ struct OnboardingSplashScreen: View {
|
||||
.background(theme.colors.background.ignoresSafeArea())
|
||||
.accentColor(theme.colors.accent)
|
||||
.navigationBarHidden(true)
|
||||
.onAppear { startTimer() }
|
||||
.onAppear {
|
||||
startTimer()
|
||||
}
|
||||
.onDisappear { stopTimer() }
|
||||
.track(screen: .welcome)
|
||||
}
|
||||
|
||||
// MARK: - Animation
|
||||
|
||||
Reference in New Issue
Block a user