Loading core/java/android/view/inputmethod/InputMethodInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
core/java/android/view/inputmethod/InputMethodInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading