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
This commit is contained in:
committed by
Android (Google) Code Review
commit
a1734ad12e
@@ -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