Merge "Revert submission" into qt-qpr1-dev
am: 775106e40d
Change-Id: I90ea8783da54caf1f3e140b7eb768129d8332f61
This commit is contained in:
@@ -755,10 +755,6 @@ public class WifiDetailPreferenceController extends AbstractPreferenceController
|
||||
}
|
||||
|
||||
private boolean canConnectNetwork() {
|
||||
// Do not allow a cloned network to connect when out of range
|
||||
// Otherwise it may create inconsistencies in the UI
|
||||
if (mAccessPoint.isCloned() && mIsOutOfRange)
|
||||
return false;
|
||||
// Display connect button for disconnected AP even not in the range.
|
||||
return !mAccessPoint.isActive();
|
||||
}
|
||||
|
Reference in New Issue
Block a user