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

Commit 6aa19711 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Fix launching alarm pending intent am: d0408f00

am: 9042736f

Change-Id: Id2c2ccf79c62c5e0e498259a2b88e44cb98a70b3
parents dc7280fe 9042736f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -343,9 +343,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);
        }
    }