mirror of
https://github.com/accelforce/Yuito
synced 2025-01-29 23:24:52 +01:00
fix notifications opening the wrong account (#1408)
This commit is contained in:
parent
fbd04cbe7b
commit
51da2a15e8
@ -268,7 +268,7 @@ public class NotificationHelper {
|
||||
summaryStackBuilder.addParentStack(MainActivity.class);
|
||||
summaryStackBuilder.addNextIntent(summaryResultIntent);
|
||||
|
||||
PendingIntent summaryResultPendingIntent = summaryStackBuilder.getPendingIntent(notificationId,
|
||||
PendingIntent summaryResultPendingIntent = summaryStackBuilder.getPendingIntent((int) (notificationId + account.getId() * 10000),
|
||||
PendingIntent.FLAG_UPDATE_CURRENT);
|
||||
|
||||
// we have to switch account here
|
||||
|
Loading…
x
Reference in New Issue
Block a user