commit | 56511361bad023c4a32a2a5a2cd025ebcae966d2 | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Thu Apr 25 01:34:22 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 25 01:34:22 2019 +0000 |
tree | ee219fbd996ef1d648c1f15c27fbea198677fc43 | |
parent | c2b14d9fc8419610daea48c1b15cc73c8da7057a [diff] | |
parent | 4f24370f72eb1e953d0b6eb071d65df1fdb3870d [diff] |
Merge "Pass correct value to updatePaused() in setDisallowPause()" into ub-launcher3-qt-dev
diff --git a/quickstep/src/com/android/quickstep/util/MotionPauseDetector.java b/quickstep/src/com/android/quickstep/util/MotionPauseDetector.java index 4b24a2f..f58f0d4 100644 --- a/quickstep/src/com/android/quickstep/util/MotionPauseDetector.java +++ b/quickstep/src/com/android/quickstep/util/MotionPauseDetector.java
@@ -75,7 +75,7 @@ */ public void setDisallowPause(boolean disallowPause) { mDisallowPause = disallowPause; - updatePaused(false); + updatePaused(mIsPaused); } /**