mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-16 09:08:19 +00:00
Temporarily disable SUW specific insets logic
Bug: 204384193 Test: Check that SUW is inset Change-Id: Id00f10f51b52ef8ec375f650fd44bb2c6eb31e09
This commit is contained in:
@@ -173,7 +173,8 @@ public class TaskbarStashController {
|
||||
&& mPrefs.getBoolean(SHARED_PREFS_STASHED_KEY, DEFAULT_STASHED_PREF);
|
||||
boolean isInSetup = !mActivity.isUserSetupComplete() || sharedState.setupUIVisible;
|
||||
updateStateForFlag(FLAG_STASHED_IN_APP_MANUAL, isManuallyStashedInApp);
|
||||
updateStateForFlag(FLAG_STASHED_IN_APP_SETUP, isInSetup);
|
||||
// TODO(b/204384193): Temporarily disable SUW specific logic
|
||||
// updateStateForFlag(FLAG_STASHED_IN_APP_SETUP, isInSetup);
|
||||
if (isInSetup) {
|
||||
// Update the in-app state to ensure isStashed() reflects right state during SUW
|
||||
updateStateForFlag(FLAG_IN_APP, true);
|
||||
|
||||
Reference in New Issue
Block a user