Fix launching alarm pending intent am: d0408f0028
am: 9042736ff1
Change-Id: Id2c2ccf79c62c5e0e498259a2b88e44cb98a70b3
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user