Send deletedCipher message to messagingService to refresh badge and menu. Fixes #1708 (#2244)

This commit is contained in:
Andrew Marquez 2022-01-17 08:25:32 -07:00 committed by GitHub
parent c88f9a4140
commit 3f4032011a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ export class ViewComponent extends BaseViewComponent {
async delete() {
if (await super.delete()) {
this.messagingService.send("deletedCipher");
this.close();
return true;
}