221b7e0b7713aef671829da933b1469788c12ac9
1. WifiDppQrCodeBaseFragment only declairs common UI components between fragments. 2. Initiate UI components in onViewCreated of each View. 3. Remove the only one usage of @NonNull since it should be used consistently throughout the class if we want to use it. 4. Use android.R.id for icon/title/summary Bug: 120645817 Test: atest WifiDppConfiguratorActivityTest atest WifiDppEnrolleeActivityTest atest WifiDppQrCodeGeneratorFragmentTest atest WifiDppQrCodeScannerFragmentTest Change-Id: I54f99a3072533cec46f0e47753ee0331fecf2ada
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%