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

Commit e1c05903 authored by Justin Weir's avatar Justin Weir
Browse files

Make mExpandImmediate false when collapsing

Fixes: 259591763
Test: manually verified
Test: atest SystemUITests SystemUIGoogleTests
Change-Id: I6c154352878da5eb904677b3f4d6c74c724688b8
parent db2bd90f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: