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

Commit 3e24643b 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

am: b220d235

Change-Id: Ie065b465f461faa433cf70ed84c51c034b845dcb
parents 9839db19 b220d235
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);