Merge "Fix Wi-Fi DPP fragment back stack problems"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d9b86280d5
@@ -98,7 +98,6 @@ public class WifiNetworkListFragmentTest {
|
||||
private void callOnWifiStateChanged(int state) {
|
||||
mActivityRule.getActivity().getMainThreadHandler()
|
||||
.post(() -> mWifiNetworkListFragment.onWifiStateChanged(state));
|
||||
mWifiNetworkListFragment.mUseConnectedAccessPointDirectly = false;
|
||||
}
|
||||
|
||||
/** Launch the activity via an Intent with a String extra. */
|
||||
@@ -173,4 +172,4 @@ public class WifiNetworkListFragmentTest {
|
||||
onView(withText(resourceString(WIFI_DISPLAY_STATUS_CONNECTED))).check(
|
||||
matches(isDisplayed()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user