lower priority for error notification

This commit is contained in:
Daniel Gultsch 2017-11-08 20:33:05 +01:00
parent e11cfff2b0
commit 676f181cad

View file

@ -733,6 +733,7 @@ public class NotificationService {
} else {
mBuilder.setSmallIcon(R.drawable.ic_stat_alert_warning);
}
mBuilder.setPriority(NotificationCompat.PRIORITY_LOW);
mBuilder.setContentIntent(PendingIntent.getActivity(mXmppConnectionService,
145,
new Intent(mXmppConnectionService,ManageAccountActivity.class),