Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bac876a7 authored by Fabián Kozynski's avatar Fabián Kozynski
Browse files

Move DnD and Modes tile to Utilities category

Test: manual, see edit mode categories
Fixes: 407676227
Flag: com.android.systemui.qs_ui_refactor_compose_fragment
Change-Id: If1b4b3e40caddb5f75740d336848640af109cf46
parent 4a8471ac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -428,7 +428,7 @@ interface PolicyModule {
                            labelRes = R.string.quick_settings_modes_label,
                        ),
                    instanceId = uiEventLogger.getNewInstanceId(),
                    category = TileCategory.CONNECTIVITY,
                    category = TileCategory.UTILITIES,
                )
            } else {
                QSTileConfig(
@@ -439,7 +439,7 @@ interface PolicyModule {
                            labelRes = R.string.quick_settings_dnd_label,
                        ),
                    instanceId = uiEventLogger.getNewInstanceId(),
                    category = TileCategory.CONNECTIVITY,
                    category = TileCategory.UTILITIES,
                )
            }

@@ -474,7 +474,7 @@ interface PolicyModule {
                        labelRes = R.string.quick_settings_dnd_label,
                    ),
                instanceId = uiEventLogger.getNewInstanceId(),
                category = TileCategory.CONNECTIVITY,
                category = TileCategory.UTILITIES,
            )

        @Provides