mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-20 07:56:47 +08:00
refactor: update progress onBackClick function (#1277)
This commit is contained in:
@ -129,7 +129,7 @@ fun SettingsScreen(
|
||||
)
|
||||
|
||||
is SettingsDestination.UpdateProgress -> UpdateProgressScreen(
|
||||
{ navController.pop() },
|
||||
onBackClick = { navController.pop() },
|
||||
)
|
||||
|
||||
is SettingsDestination.UpdateChangelog -> ManagerUpdateChangelog(
|
||||
|
Reference in New Issue
Block a user