Merge "[a11y] Fix TalkBack readback on adb qrcode fragment." into rvc-dev
This commit is contained in:
@@ -209,6 +209,15 @@ public class AdbQrcodeScannerFragment extends WifiDppQrCodeBaseFragment implemen
|
|||||||
super.onAttach(context);
|
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
|
@Override
|
||||||
public int getMetricsCategory() {
|
public int getMetricsCategory() {
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user