mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Programmatically dismiss logged out notification on registration.
This commit is contained in:
@@ -461,8 +461,6 @@ public class TextSecurePreferences {
|
||||
|
||||
if (value) {
|
||||
clearLocalCredentials(context);
|
||||
} else {
|
||||
NotificationManagerCompat.from(context).cancel(NotificationIds.UNREGISTERED_NOTIFICATION_ID);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user