Fix mistake in onActivityResult for ConfigureWifiSettings

Accidently checked the result code instead of request code when
trying to route the callback to the correct controller. This
CL fixes that.

Test: robotests still pass
Bug: 77543817
Change-Id: Ice1dd799d3f06f86743940c5202d308c21e88cdf
This commit is contained in:
Salvador Martinez
2018-04-13 13:01:19 -07:00
parent d57d27acab
commit 7486f1cf12
2 changed files with 3 additions and 4 deletions

View File

@@ -54,7 +54,6 @@ public class WifiScanningRequiredFragment extends InstrumentedDialogFragment imp
.setNegativeButton(R.string.cancel, null);
addButtonIfNeeded(builder);
return builder.create();
}