am dee90112: am 10352f7a: am 5e8e1c63: Do not expand notifications with expand gesture when disallowed
* commit 'dee90112ce6d47a5740fd60449f948c37a8956e4': Do not expand notifications with expand gesture when disallowed
This commit is contained in:
@@ -112,7 +112,9 @@ public class ExpandHelper implements Gefingerpoken {
|
|||||||
public boolean onScaleBegin(ScaleGestureDetector detector) {
|
public boolean onScaleBegin(ScaleGestureDetector detector) {
|
||||||
if (DEBUG_SCALE) Log.v(TAG, "onscalebegin()");
|
if (DEBUG_SCALE) Log.v(TAG, "onscalebegin()");
|
||||||
|
|
||||||
|
if (!mOnlyMovements) {
|
||||||
startExpanding(mResizedView, STRETCH);
|
startExpanding(mResizedView, STRETCH);
|
||||||
|
}
|
||||||
return mExpanding;
|
return mExpanding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user