mirror of
https://github.com/moparisthebest/Conversations
synced 2025-02-01 07:20:10 -05:00
more kxml fuck ups fixed
This commit is contained in:
parent
d63a9eb306
commit
31657974bf
@ -79,6 +79,8 @@ public class XmlReader {
|
||||
}
|
||||
} catch (ArrayIndexOutOfBoundsException e) {
|
||||
throw new IOException("xml parser mishandled ArrayIndexOufOfBounds", e);
|
||||
} catch (StringIndexOutOfBoundsException e) {
|
||||
throw new IOException("xml parser mishandled StringIndexOufOfBounds", e);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user