Merge branch 'fix-1011-stacked-update-notifications' into 'master'
Force each stacked notification to have a different `requestCode` Closes #1021 See merge request !518
This commit is contained in:
commit
d71514d628
@ -410,7 +410,7 @@ public final class AppUpdateStatusManager {
|
|||||||
return TaskStackBuilder.create(context)
|
return TaskStackBuilder.create(context)
|
||||||
.addParentStack(AppDetails2.class)
|
.addParentStack(AppDetails2.class)
|
||||||
.addNextIntent(notifyIntent)
|
.addNextIntent(notifyIntent)
|
||||||
.getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT);
|
.getPendingIntent(apk.packageName.hashCode(), PendingIntent.FLAG_UPDATE_CURRENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
private PendingIntent getAppErrorIntent(AppUpdateStatus entry) {
|
private PendingIntent getAppErrorIntent(AppUpdateStatus entry) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user