mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-28 22:13:01 +00:00
remove progress indicator from installation preferences screen
This commit is contained in:
parent
eb4751f953
commit
8b8232b816
1 changed files with 12 additions and 17 deletions
|
@ -46,7 +46,6 @@ fun InstallPreferencesScreen(
|
|||
|
||||
ManagerScaffold(
|
||||
topBar = {
|
||||
Column {
|
||||
ManagerTopAppBar(
|
||||
title = managerString(R.string.toolbar_installation_preferences),
|
||||
navigationIcon = {
|
||||
|
@ -60,10 +59,6 @@ fun InstallPreferencesScreen(
|
|||
}
|
||||
}
|
||||
)
|
||||
ManagerProgressIndicator(
|
||||
progress = (currentOptionIndex + 1).toFloat() / installationOptions.size.toFloat()
|
||||
)
|
||||
}
|
||||
},
|
||||
) { paddingValues ->
|
||||
Column(
|
||||
|
|
Loading…
Reference in a new issue