mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Log when taskbar is in task switcher container.
Test: wwdebug & wwlogcat Bug: 261177876 Change-Id: Id4eda7ee7e4e2c1aa60e07d5b65410b3847d9ac6
This commit is contained in:
@@ -406,6 +406,10 @@ import java.util.StringJoiner;
|
||||
return mLauncherState != LauncherState.ALL_APPS;
|
||||
}
|
||||
|
||||
boolean isInOverview() {
|
||||
return mLauncherState == LauncherState.OVERVIEW;
|
||||
}
|
||||
|
||||
private void playStateTransitionAnim(AnimatorSet animatorSet, long duration,
|
||||
boolean committed) {
|
||||
boolean isInStashedState = mLauncherState.isTaskbarStashed(mLauncher);
|
||||
|
||||
Reference in New Issue
Block a user