Loading core/java/com/android/internal/app/LocalePickerWithRegion.java +2 −1 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ public class LocalePickerWithRegion extends ListFragment implements SearchView.O * @param locale the locale picked. */ void onLocaleSelected(LocaleStore.LocaleInfo locale); default void onParentLocaleSelected(LocaleStore.LocaleInfo locale) {} } /** Loading Loading @@ -292,7 +293,7 @@ public class LocalePickerWithRegion extends ListFragment implements SearchView.O mListener, locale, mTranslatedOnly /* translate only */, mOnActionExpandListener, this.mLocalePickerCollector); } mListener.onParentLocaleSelected(locale); if (selector != null) { getFragmentManager().beginTransaction() .setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN) Loading Loading
core/java/com/android/internal/app/LocalePickerWithRegion.java +2 −1 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ public class LocalePickerWithRegion extends ListFragment implements SearchView.O * @param locale the locale picked. */ void onLocaleSelected(LocaleStore.LocaleInfo locale); default void onParentLocaleSelected(LocaleStore.LocaleInfo locale) {} } /** Loading Loading @@ -292,7 +293,7 @@ public class LocalePickerWithRegion extends ListFragment implements SearchView.O mListener, locale, mTranslatedOnly /* translate only */, mOnActionExpandListener, this.mLocalePickerCollector); } mListener.onParentLocaleSelected(locale); if (selector != null) { getFragmentManager().beginTransaction() .setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN) Loading