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

Commit e65e860c authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Catch more Exceptions for reading InputMethodSubtype.

Bug: 30568284

Change-Id: I21d256a81e4c79ef072b20e35162bc8cb7d48e70
parent b49c45bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ public final class InputMethodInfo implements Parcelable {
                    subtypes.add(subtype);
                }
            }
        } catch (NameNotFoundException e) {
        } catch (NameNotFoundException | IndexOutOfBoundsException | NumberFormatException e) {
            throw new XmlPullParserException(
                    "Unable to create context for: " + si.packageName);
        } finally {