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

Commit 3f519e97 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Fix launching alarm pending intent am: d0408f00 am: 9042736f am: 6aa19711 am: 2abab024

am: 48432106

Change-Id: If5b683724d4f984bf4b995f93556e4fda4a19432
parents 7f2caeda 48432106
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -350,9 +350,7 @@ public class QuickStatusBarHeader extends BaseStatusBarHeader implements
            }
        } else if (v == mAlarmStatus && mNextAlarm != null) {
            PendingIntent showIntent = mNextAlarm.getShowIntent();
            if (showIntent != null && showIntent.isActivity()) {
                mActivityStarter.startActivity(showIntent.getIntent(), true /* dismissShade */);
            }
            mActivityStarter.startPendingIntentDismissingKeyguard(showIntent);
        }
    }