Skip to content

Commit

Permalink
fix: App closing after back-click on Settings WPB-15422 (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow authored Jan 31, 2025
1 parent 5fd7ef4 commit eaedf33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/kotlin/com/wire/android/ui/home/HomeScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ fun HomeContent(
navController.navigate(direction.route) {
navController.graph.startDestinationRoute?.let { route ->
popUpTo(route) {
inclusive = true
saveState = true
}
}
Expand Down

0 comments on commit eaedf33

Please sign in to comment.