Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 054b8378 authored by Ebru Kurnaz's avatar Ebru Kurnaz Committed by Android (Google) Code Review
Browse files

Merge "Check whether navigation bar exists onDisplayAddSystemDecorations." into main

parents dc468ab2 4c386869
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -348,7 +348,9 @@ public class NavigationBarControllerImpl implements
                    }
                    Display display = mDisplayManager.getDisplay(displayId);
                    mIsLargeScreen = isLargeScreen(mContext);
                    if (mNavigationBars.get(displayId) == null) {
                        createNavigationBar(display, null /* savedState */, null /* result */);
                    }
                }};

    /**