Programmatically dismiss logged out notification on registration.

This commit is contained in:
Nicholas
2023-01-13 12:20:44 -05:00
committed by Cody Henthorne
parent 7dcb598b66
commit 125fd83afa
2 changed files with 3 additions and 3 deletions

View File

@@ -461,8 +461,6 @@ public class TextSecurePreferences {
if (value) {
clearLocalCredentials(context);
} else {
NotificationManagerCompat.from(context).cancel(NotificationIds.UNREGISTERED_NOTIFICATION_ID);
}
}