Merge "[Wi-Fi DPP] Fix UI defects"

This commit is contained in:
TreeHugger Robot
2019-06-19 06:17:22 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ public class WifiDppAddDeviceFragment extends WifiDppQrCodeBaseFragment {
activity.setResult(Activity.RESULT_OK);
activity.finish();
});
mRightButton.setVisibility(View.VISIBLE);
if (!isConfigurationChange) {
mLatestStatusCode = WifiDppUtils.EASY_CONNECT_EVENT_SUCCESS;