Fixed reload after save account/identity

This commit is contained in:
M66B
2018-11-19 05:32:37 +01:00
parent 13d655d4a9
commit a36cd063cc
3 changed files with 4 additions and 3 deletions

View File

@@ -84,7 +84,6 @@ public class ApplicationEx extends Application {
"error",
getString(R.string.channel_error),
NotificationManager.IMPORTANCE_HIGH);
error.setShowBadge(false);
error.setLockscreenVisibility(Notification.VISIBILITY_SECRET);
nm.createNotificationChannel(error);
}