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

Commit 777572ba authored by Chris Antol's avatar Chris Antol Committed by Android (Google) Code Review
Browse files

Merge "Fix broken PK setting page" into main

parents 881ce2ce 0336216f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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);