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

Commit f43a77cd authored by Erik Wolsheimer's avatar Erik Wolsheimer Committed by Android (Google) Code Review
Browse files

Merge "Clear mFastWriteScheduled on AppOpsService#shutdown" into sc-dev

parents ba56ba03 9300d3d1
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;
            }