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

Commit fc9cfffa authored by Behnam Heydarshahi's avatar Behnam Heydarshahi Committed by Android (Google) Code Review
Browse files

Merge "Add chevron side icon to alarm tile" into main

parents a10e2189 31e0fe49
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)
        }