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

Commit b56a1dde authored by Joshua Duong's avatar Joshua Duong Committed by Automerger Merge Worker
Browse files

Merge "[a11y] Fix TalkBack readback on adb qrcode fragment." into rvc-dev am: 23040a3b

Change-Id: I118932876cf382aefb10a353ee71d3ce1609b055
parents 586eb5ed 23040a3b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -209,6 +209,15 @@ public class AdbQrcodeScannerFragment extends WifiDppQrCodeBaseFragment implemen
        super.onAttach(context);
    }

    @Override
    public void onActivityCreated(Bundle savedInstanceState) {
        super.onActivityCreated(savedInstanceState);

        getActivity().getActionBar().hide();
        // setTitle for TalkBack
        getActivity().setTitle(R.string.wifi_dpp_scan_qr_code);
    }

    @Override
    public int getMetricsCategory() {
        return 0;