Merge "Fix Wi-Fi Easy Connect QR code scanner problems"

This commit is contained in:
Arc Wang
2019-03-29 01:57:35 +00:00
committed by Android (Google) Code Review
4 changed files with 12 additions and 57 deletions

View File

@@ -134,6 +134,7 @@ public class WifiDppQrCodeScannerFragment extends WifiDppQrCodeBaseFragment impl
if (msg.arg1 == ARG_RESTART_CAMERA) {
mProgressBar.setVisibility(View.INVISIBLE);
mDecorateView.setFocused(false);
restartCamera();
}
break;