Skip to content

Commit bdc6ac2

Browse files
committed
refactor: comment out unused authorizer and install mode configurations in PreferredPage
1 parent 8815767 commit bdc6ac2

File tree

1 file changed

+8
-8
lines changed
  • app/src/main/java/com/rosan/installer/ui/page/settings/preferred

1 file changed

+8
-8
lines changed

app/src/main/java/com/rosan/installer/ui/page/settings/preferred/PreferredPage.kt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ fun DataAuthorizerWidget(
258258
R.string.config_authorizer_dhizuku,
259259
AppIcons.Android
260260
),
261-
ConfigEntity.Authorizer.Customize to AuthorizerInfo(
262-
R.string.config_authorizer_customize,
263-
AppIcons.Customize
264-
),
261+
/* ConfigEntity.Authorizer.Customize to AuthorizerInfo(
262+
R.string.config_authorizer_customize,
263+
AppIcons.Customize
264+
),*/
265265
)
266266

267267
ListItem(
@@ -396,10 +396,10 @@ fun DataInstallModeWidget(
396396
R.string.config_install_mode_auto_notification,
397397
AppIcons.AutoNotification
398398
),
399-
ConfigEntity.InstallMode.Ignore to InstallModeInfo(
400-
R.string.config_install_mode_ignore,
401-
AppIcons.Ignore
402-
),
399+
/* ConfigEntity.InstallMode.Ignore to InstallModeInfo(
400+
R.string.config_install_mode_ignore,
401+
AppIcons.Ignore
402+
),*/
403403
)
404404

405405
ListItem(

0 commit comments

Comments
 (0)