Skip to content

Commit

Permalink
fix: white screen after splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed Nov 13, 2023
1 parent b456f81 commit 8136756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/kotlin/com/wire/android/ui/WireActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class WireActivity : AppCompatActivity() {
InitialAppState.LOGGED_IN -> HomeScreenDestination
}
setComposableContent(startDestination) {
shouldKeepSplashOpen = false
handleDeepLink(intent, savedInstanceState)
}
}
Expand Down

0 comments on commit 8136756

Please sign in to comment.