Loading src/com/android/settings/dashboard/profileselector/ProfileSelectPhysicalKeyboardFragment.java +3 −1 Original line number Diff line number Diff line Loading @@ -51,9 +51,11 @@ public final class ProfileSelectPhysicalKeyboardFragment extends ProfileSelectFr @Override public Fragment[] getFragments() { Bundle bundle = new Bundle(); bundle.putParcelable(Settings.EXTRA_INPUT_DEVICE_IDENTIFIER, mInputDeviceIdentifier); return ProfileSelectFragment.getFragments( getContext(), null /* bundle */, bundle, NewKeyboardLayoutEnabledLocalesFragment::new, NewKeyboardLayoutEnabledLocalesFragment::new, NewKeyboardLayoutEnabledLocalesFragment::new); Loading Loading
src/com/android/settings/dashboard/profileselector/ProfileSelectPhysicalKeyboardFragment.java +3 −1 Original line number Diff line number Diff line Loading @@ -51,9 +51,11 @@ public final class ProfileSelectPhysicalKeyboardFragment extends ProfileSelectFr @Override public Fragment[] getFragments() { Bundle bundle = new Bundle(); bundle.putParcelable(Settings.EXTRA_INPUT_DEVICE_IDENTIFIER, mInputDeviceIdentifier); return ProfileSelectFragment.getFragments( getContext(), null /* bundle */, bundle, NewKeyboardLayoutEnabledLocalesFragment::new, NewKeyboardLayoutEnabledLocalesFragment::new, NewKeyboardLayoutEnabledLocalesFragment::new); Loading