* commit '10352f7a48433b5b76cd5d35a5eec6c3df203a1f': 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) {
|
||||
if (DEBUG_SCALE) Log.v(TAG, "onscalebegin()");
|
||||
|
||||
startExpanding(mResizedView, STRETCH);
|
||||
if (!mOnlyMovements) {
|
||||
startExpanding(mResizedView, STRETCH);
|
||||
}
|
||||
return mExpanding;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user