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)
|
||||
.addParentStack(AppDetails2.class)
|
||||
.addNextIntent(notifyIntent)
|
||||
.getPendingIntent(0, PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
.getPendingIntent(apk.packageName.hashCode(), PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
}
|
||||
|
||||
private PendingIntent getAppErrorIntent(AppUpdateStatus entry) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user