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

Commit 562542a2 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am ae44c285: am dee90112: am 10352f7a: am 5e8e1c63: Do not expand...

am ae44c285: am dee90112: am 10352f7a: am 5e8e1c63: Do not expand notifications with expand gesture when disallowed

* commit 'ae44c285':
  Do not expand notifications with expand gesture when disallowed
parents e60cdec4 ae44c285
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -112,7 +112,9 @@ public class ExpandHelper implements Gefingerpoken {
        public boolean onScaleBegin(ScaleGestureDetector detector) {
            if (DEBUG_SCALE) Log.v(TAG, "onscalebegin()");

            if (!mOnlyMovements) {
                startExpanding(mResizedView, STRETCH);
            }
            return mExpanding;
        }