Merge "Implement WifiNetworkListFragment - Part 2"
This commit is contained in:
@@ -98,6 +98,7 @@ 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. */
|
||||
|
Reference in New Issue
Block a user