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

Commit 70593b4c authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Decrease notification-policy writes"

parents 64f35851 42e7ba49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -864,7 +864,7 @@ public class NotificationManagerService extends SystemService {
    @VisibleForTesting
    protected void handleSavePolicyFile() {
        if (!IoThread.getHandler().hasCallbacks(mSavePolicyFile)) {
            IoThread.getHandler().post(mSavePolicyFile);
            IoThread.getHandler().postDelayed(mSavePolicyFile, 250);
        }
    }