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

Commit 07cc0cd9 authored by Abhisek Devkota's avatar Abhisek Devkota Committed by Gerrit Code Review
Browse files

Merge "Modify alarm tile to show alarms when clicked" into cm-11.0

parents 07e92e4f 7e872b7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ public class AlarmTile extends QuickSettingsTile {
        mOnClick = new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                startSettingsActivity(new Intent(AlarmClock.ACTION_SET_ALARM));
                startSettingsActivity(new Intent(AlarmClock.ACTION_SHOW_ALARMS));
            }
        };