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

Commit 9300d3d1 authored by Erik Wolsheimer's avatar Erik Wolsheimer
Browse files

Clear mFastWriteScheduled on AppOpsService#shutdown

Bug: 182933004
Test: Manual
Change-Id: I674252fe46dfb8e23b986fb52532ce6596f145c5
parent cb1cc4f5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1922,6 +1922,7 @@ public class AppOpsService extends IAppOpsService.Stub {
        synchronized (this) {
            if (mWriteScheduled) {
                mWriteScheduled = false;
                mFastWriteScheduled = false;
                mHandler.removeCallbacks(mWriteRunner);
                doWrite = true;
            }