mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
refactor: update progress onBackClick function (#1277)
This commit is contained in:
parent
a86923aee1
commit
ee96c37c20
@ -129,7 +129,7 @@ fun SettingsScreen(
|
|||||||
)
|
)
|
||||||
|
|
||||||
is SettingsDestination.UpdateProgress -> UpdateProgressScreen(
|
is SettingsDestination.UpdateProgress -> UpdateProgressScreen(
|
||||||
{ navController.pop() },
|
onBackClick = { navController.pop() },
|
||||||
)
|
)
|
||||||
|
|
||||||
is SettingsDestination.UpdateChangelog -> ManagerUpdateChangelog(
|
is SettingsDestination.UpdateChangelog -> ManagerUpdateChangelog(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user