Merge "Guard one more use of CentralSurfaces in NavBar" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fee4f5374f
@@ -679,7 +679,9 @@ public class NavigationBar extends ViewController<NavigationBarView> implements
|
||||
public void onViewAttached() {
|
||||
final Display display = mView.getDisplay();
|
||||
mView.setComponents(mRecentsOptional);
|
||||
mView.setComponents(mCentralSurfacesOptionalLazy.get().get().getPanelController());
|
||||
if (mCentralSurfacesOptionalLazy.get().isPresent()) {
|
||||
mView.setComponents(mCentralSurfacesOptionalLazy.get().get().getPanelController());
|
||||
}
|
||||
mView.setDisabledFlags(mDisabledFlags1, mSysUiFlagsContainer);
|
||||
mView.setOnVerticalChangedListener(this::onVerticalChanged);
|
||||
mView.setOnTouchListener(this::onNavigationTouch);
|
||||
|
||||
@@ -148,6 +148,7 @@ public class NavigationBarView extends FrameLayout {
|
||||
|
||||
private NavigationBarInflaterView mNavigationInflaterView;
|
||||
private Optional<Recents> mRecentsOptional = Optional.empty();
|
||||
@Nullable
|
||||
private NotificationPanelViewController mPanelView;
|
||||
private RotationContextButton mRotationContextButton;
|
||||
private FloatingRotationButton mFloatingRotationButton;
|
||||
|
||||
Reference in New Issue
Block a user