Merge "Try to avoid the timing UI issue" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c4ed48cbe4
@@ -228,10 +228,10 @@ public class NetworkSelectSettings extends DashboardFragment {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onStop() {
|
public void onStop() {
|
||||||
super.onStop();
|
|
||||||
if (mWaitingForNumberOfScanResults <= 0) {
|
if (mWaitingForNumberOfScanResults <= 0) {
|
||||||
stopNetworkQuery();
|
stopNetworkQuery();
|
||||||
}
|
}
|
||||||
|
super.onStop();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user