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

Commit 663e0e97 authored by Ben Lin's avatar Ben Lin Committed by android-build-merger
Browse files

Push delete notification when Bug reports are deleted. am: 86805aa3 am: 64146c5d

am: b01be62d

Change-Id: I8e1b6dc42e44307feef1ba912a3465c2d25594e1
parents 85c1d8df b01be62d
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