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

Commit 1822926c authored by Rohan Shah's avatar Rohan Shah Committed by Android (Google) Code Review
Browse files

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

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