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

Commit 4c9073a9 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 2908823"

parents eeca7df8 9b4c804b
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;
        }