Instrument missing screen metrics (#5764)

* Instrument missing screen metrics

- Done
This commit is contained in:
Gil Eluard
2022-03-08 10:13:46 +01:00
committed by GitHub
parent 35a330c74e
commit acf7d0de13
56 changed files with 269 additions and 246 deletions

View File

@@ -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