Skip to content

Commit

Permalink
refactor: update progress onBackClick function (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Sep 21, 2023
1 parent a86923a commit ee96c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fun SettingsScreen(
)

is SettingsDestination.UpdateProgress -> UpdateProgressScreen(
{ navController.pop() },
onBackClick = { navController.pop() },
)

is SettingsDestination.UpdateChangelog -> ManagerUpdateChangelog(
Expand Down

0 comments on commit ee96c37

Please sign in to comment.