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

Commit bd369f4a authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am f45e4d55: am c7b28e74: am e5121f0e: am 86cb67b1: am 28c9590b: Merge "Ensure...

am f45e4d55: am c7b28e74: am e5121f0e: am 86cb67b1: am 28c9590b: Merge "Ensure wakelock is released unconditionally." into lmp-dev

* commit 'f45e4d5535d1540c99b944e244e2720436d369f2':
  Ensure wakelock is released unconditionally.
parents acf163b6 3f0afd35
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -199,8 +199,8 @@ public class DozeService extends DreamService {
                    if (mPulsing && mDreaming) {
                    if (mPulsing && mDreaming) {
                        mPulsing = false;
                        mPulsing = false;
                        turnDisplayOff();
                        turnDisplayOff();
                        mWakeLock.release();
                    }
                    }
                    mWakeLock.release(); // needs to be unconditional to balance acquire
                }
                }
            });
            });
        }
        }