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

Commit 495e9f5f 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:...

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

Change-Id: Ibe1026741358ae7bff455560b280eee69db41423
parents 03ee97f4 1db10059
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;