Merge "Don't applyState if taskbar is already destroyed" into tm-qpr-dev

This commit is contained in:
Tony Wickham
2023-02-03 17:55:30 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 0 deletions

View File

@@ -547,6 +547,10 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
}
}
public boolean isDestroyed() {
return mIsDestroyed;
}
public void updateSysuiStateFlags(int systemUiStateFlags, boolean fromInit) {
mControllers.navbarButtonsViewController.updateStateForSysuiFlags(systemUiStateFlags,
fromInit);