Make mExpandImmediate false when collapsing

Fixes: 259591763
Test: manually verified
Test: atest SystemUITests SystemUIGoogleTests
Change-Id: I6c154352878da5eb904677b3f4d6c74c724688b8
This commit is contained in:
Justin Weir
2023-05-15 15:53:09 -04:00
parent db2bd90fb4
commit e1c05903bd

View File

@@ -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: