Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86805aa3 authored by Ben Lin's avatar Ben Lin
Browse files

Push delete notification when Bug reports are deleted.

Bug: 28768706
Change-Id: I6d3e91fe7d12be44918f97cef12c99d936401270
parent 60ab8d07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ public class BugreportStorageProvider extends DocumentsProvider {
        if (!getFileForDocId(documentId).delete()) {
            throw new FileNotFoundException("Failed to delete: " + documentId);
        }
        getContext().getContentResolver().notifyChange(getNotificationUri(), null);
    }

    // This is used by BugreportProgressService so that the notification uri shared by