Merge "notifyTaskbarStatus in taskbar phone mode" into main
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user