XmlThemeBuilder: fix checkElement

This commit is contained in:
Emux 2018-10-11 13:56:45 +03:00
parent 928ece7853
commit f853e54d77
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3

View File

@ -876,10 +876,6 @@ public class XmlThemeBuilder extends DefaultHandler {
return;
case RENDERING_STYLE:
parentElement = mElementStack.peek();
if (parentElement != Element.RENDER_THEME) {
throw new SAXException(UNEXPECTED_ELEMENT + elementName);
}
return;
case TAG_TRANSFORM: