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

Commit b220d235 authored by Rohan Shah's avatar Rohan Shah Committed by android-build-merger
Browse files

Merge "[Notif] Rename/reset blocking helper stats file" into pi-dev

am: 1822926c

Change-Id: I69d4e83496f6088a58359e05c46dbe1c4bd9d117
parents 2ec45853 1822926c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ public class Assistant extends NotificationAssistantService {
            mFile = new AtomicFile(new File(new File(
                    Environment.getDataUserCePackageDirectory(
                            StorageManager.UUID_PRIVATE_INTERNAL, getUserId(), getPackageName()),
                    "assistant"), "block_stats.xml"));
                    "assistant"), "blocking_helper_stats.xml"));
            loadFile();
            for (StatusBarNotification sbn : getActiveNotifications()) {
                onNotificationPosted(sbn);