Merge "Migrate summary text in wifi QR scan page to DescriptionMixin" into sc-dev

This commit is contained in:
Pasty Chang
2021-05-25 07:40:47 +00:00
committed by Android (Google) Code Review
3 changed files with 7 additions and 21 deletions

View File

@@ -411,6 +411,7 @@ public class WifiDppQrCodeScannerFragment extends WifiDppQrCodeBaseFragment impl
@Override
public void onViewCreated(View view, Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);
mSummary = view.findViewById(R.id.sud_layout_subtitle);
mTextureView = view.findViewById(R.id.preview_view);
mTextureView.setSurfaceTextureListener(this);