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

Commit 9b4c804b authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 2908823

Change-Id: Ia20d47ff4e2a09cc0e1ac47cd02a5f152f57073c
parent f0cfe343
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1764,7 +1764,7 @@ public class Activity extends ContextThemeWrapper
     */
    private void initActionBar() {
        Window window = getWindow();
        if (!window.hasFeature(Window.FEATURE_ACTION_BAR) || mActionBar != null) {
        if (isChild() || !window.hasFeature(Window.FEATURE_ACTION_BAR) || mActionBar != null) {
            return;
        }