Loading tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/LayoutParserWrapper.java +1 −2 Original line number Diff line number Diff line Loading @@ -176,8 +176,7 @@ public class LayoutParserWrapper implements XmlPullParser { if (mPeeked) { if (mAttributes == null) { if (mEventType != START_TAG) { throw new IndexOutOfBoundsException("getAttributeValue() called when not at " + "START_TAG."); throw new IndexOutOfBoundsException("getAttributeValue() called when not at START_TAG."); } else { return null; } Loading Loading
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/LayoutParserWrapper.java +1 −2 Original line number Diff line number Diff line Loading @@ -176,8 +176,7 @@ public class LayoutParserWrapper implements XmlPullParser { if (mPeeked) { if (mAttributes == null) { if (mEventType != START_TAG) { throw new IndexOutOfBoundsException("getAttributeValue() called when not at " + "START_TAG."); throw new IndexOutOfBoundsException("getAttributeValue() called when not at START_TAG."); } else { return null; } Loading