mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
refactor: update progress onBackClick function (#1277)
This commit is contained in:
parent
a86923aee1
commit
ee96c37c20
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ fun SettingsScreen(
|
|||
)
|
||||
|
||||
is SettingsDestination.UpdateProgress -> UpdateProgressScreen(
|
||||
{ navController.pop() },
|
||||
onBackClick = { navController.pop() },
|
||||
)
|
||||
|
||||
is SettingsDestination.UpdateChangelog -> ManagerUpdateChangelog(
|
||||
|
|
Loading…
Reference in a new issue