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

Commit 25151e47 authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 4487948 - action bar tabs + configuration change = :(

Change-Id: If7f622865ae5597cd9fb664a2952481da5c7e09a
parent 03edf6b3
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -78,8 +78,10 @@ public class ActionBarContainer extends FrameLayout {
            removeView(mTabContainer);
            removeView(mTabContainer);
        }
        }
        mTabContainer = tabView;
        mTabContainer = tabView;
        if (tabView != null) {
            addView(tabView);
            addView(tabView);
        }
        }
    }


    public View getTabContainer() {
    public View getTabContainer() {
        return mTabContainer;
        return mTabContainer;