Make mExpandImmediate false when collapsing
Fixes: 259591763 Test: manually verified Test: atest SystemUITests SystemUIGoogleTests Change-Id: I6c154352878da5eb904677b3f4d6c74c724688b8
This commit is contained in:
@@ -1903,6 +1903,7 @@ public class QuickSettingsController {
|
||||
if (mSplitShadeEnabled) { // TODO:(b/269742565) remove below log
|
||||
Log.wtfStack(TAG, "FLING_COLLAPSE called in split shade");
|
||||
}
|
||||
setExpandImmediate(false);
|
||||
target = getMinExpansionHeight();
|
||||
break;
|
||||
case FLING_HIDE:
|
||||
|
||||
Reference in New Issue
Block a user