Merge "notifyTaskbarStatus in taskbar phone mode" into main

This commit is contained in:
Tracy Zhou
2024-08-20 22:38:06 +00:00
committed by Android (Google) Code Review
@@ -459,10 +459,12 @@ public class TaskbarManager {
+ " [dp != null (i.e. mUserUnlocked)]=" + (dp != null)
+ " FLAG_HIDE_NAVBAR_WINDOW=" + ENABLE_TASKBAR_NAVBAR_UNIFICATION
+ " dp.isTaskbarPresent=" + (dp == null ? "null" : dp.isTaskbarPresent));
if (!isTaskbarEnabled) {
if (!isTaskbarEnabled || !isLargeScreenTaskbar) {
SystemUiProxy.INSTANCE.get(mContext)
.notifyTaskbarStatus(/* visible */ false, /* stashed */ false);
return;
if (!isTaskbarEnabled) {
return;
}
}
if (enableTaskbarNoRecreate() || mTaskbarActivityContext == null) {