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

Commit 31e0fe49 authored by Behnam Heydarshahi's avatar Behnam Heydarshahi
Browse files

Add chevron side icon to alarm tile

Flag: aconfig com.android.systemui.qs_new_tiles DEVELOPMENT
Fixes: 322339107
Test: atest AlarmTileMapperTest
Change-Id: I3114e9aebf721f6bcbc8c5cf19423e388e8028a2
parent 783ed50c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ class AlarmTileMapperTest : SysuiTestCase() {
            setOf(QSTileState.UserAction.CLICK),
            label,
            null,
            QSTileState.SideViewIcon.None,
            QSTileState.SideViewIcon.Chevron,
            QSTileState.EnabledState.ENABLED,
            Switch::class.qualifiedName
        )
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ constructor(
                }
            }

            sideViewIcon = QSTileState.SideViewIcon.Chevron
            contentDescription = label
            supportedActions = setOf(QSTileState.UserAction.CLICK)
        }