commit
8490fa6f9c
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<external-path name="external_storage" path="."/>
|
||||
<root-path name="external_files" path="/storage/" />
|
||||
<files-path name="name" path="." />
|
||||
</paths>
|
||||
|
@ -73,7 +73,12 @@ public class TypeGetter {
|
||||
throw new UnsupportedFeedtypeException(Type.INVALID, tag);
|
||||
}
|
||||
} else {
|
||||
eventType = xpp.next();
|
||||
try {
|
||||
eventType = xpp.next();
|
||||
} catch (RuntimeException e) {
|
||||
// Apparently this happens on some devices...
|
||||
throw new UnsupportedFeedtypeException("Unable to get type");
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (XmlPullParserException e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user