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

Commit 18bf2fbd authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Fix sim status screen" into nyc-dev

am: e9dffcd3

* commit 'e9dffcd3':
  Fix sim status screen

Change-Id: Iba80d84350dbff891e3069b04e5f585b10f50491
parents 018d99cd e9dffcd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ public class SimStatus extends InstrumentedPreferenceActivity {
            mSir = mSelectableSubInfos.size() > 0 ? mSelectableSubInfos.get(0) : null;

            if (mSelectableSubInfos.size() > 1) {
                setContentView(com.android.internal.R.layout.common_tab_settings);
                setContentView(R.layout.icc_lock_tabs);

                mTabHost = (TabHost) findViewById(android.R.id.tabhost);
                mTabWidget = (TabWidget) findViewById(android.R.id.tabs);