mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Merge "Update taskbar state when launcher pauses" into tm-qpr-dev am: a1734ad12e
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20192617 Change-Id: I290ffa98e5c6c6458983413430bf236c16abf3a1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -173,7 +173,7 @@ public class LauncherTaskbarUIController extends TaskbarUIController {
|
||||
}
|
||||
}
|
||||
|
||||
if (ENABLE_SHELL_TRANSITIONS
|
||||
if (ENABLE_SHELL_TRANSITIONS && isResumed
|
||||
&& !mLauncher.getStateManager().getState().isTaskbarAlignedWithHotseat(mLauncher)) {
|
||||
// Launcher is resumed, but in a state where taskbar is still independent, so
|
||||
// ignore the state change.
|
||||
|
||||
Reference in New Issue
Block a user