File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
app/src/main/java/com/rosan/installer/ui/page/settings/preferred Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments