Allowing multiple notifications by default
This commit is contained in:
@@ -160,6 +160,6 @@ public class PushNotificationReceiver extends BroadcastReceiver{
|
||||
if(AccountSessionManager.getInstance().getLoggedInAccounts().size()>1){
|
||||
builder.setSubText(accountName);
|
||||
}
|
||||
nm.notify(accountID, NOTIFICATION_ID, builder.build());
|
||||
nm.notify(accountID, (int)System.currentTimeMillis(), builder.build());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user