mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Merge changes I35fe528b,Ia612c1b5 into udc-dev
* changes: Don't close AFVs when opening Taskbar folder. Keep persistent Taskbar visible over Taskbar All Apps.
This commit is contained in:
committed by
Android (Google) Code Review
commit
0b53332c31
@@ -933,20 +933,6 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Resets the flag if no system gesture is in progress.
|
||||
* <p>
|
||||
* Otherwise, the reset should be deferred until after the gesture is finished.
|
||||
*
|
||||
* @see #setSystemGestureInProgress
|
||||
*/
|
||||
public void resetFlagIfNoGestureInProgress(int flag) {
|
||||
if (!mIsSystemGestureInProgress) {
|
||||
updateStateForFlag(flag, false);
|
||||
applyState(mControllers.taskbarOverlayController.getCloseDuration());
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* When hiding the IME, delay the unstash animation to align with the end of the transition.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user