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

Commit 1ec7e202 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #3403539: WordPress crashes on Honeycomb

Change-Id: Ia86e26b5bd266d8e3362a04e412a58b98a062d5f
parent cfd0bafd
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -132,6 +132,16 @@ public class TabWidget extends LinearLayout implements OnFocusChangeListener {
                mRightStrip = resources.getDrawable(
                        com.android.internal.R.drawable.tab_bottom_right_v4);
            }
        } else {
            // Use modern color scheme for Eclair and beyond
            if (mLeftStrip == null) {
                mLeftStrip = resources.getDrawable(
                        com.android.internal.R.drawable.tab_bottom_left);
            }
            if (mRightStrip == null) {
                mRightStrip = resources.getDrawable(
                        com.android.internal.R.drawable.tab_bottom_right);
            }
         }

        // Deal with focus, as we don't want the focus to go by default