am 19d14234: am 9cef8479: am f7d961dd: Merge "Phone: Ignore touch during network operators search"
# By Shruthi N.K
# Via Android Git Automerger (2) and others
* commit '19d142349f0b418724afd33a89c0265328741c89':
Phone: Ignore touch during network operators search
diff --git a/src/com/android/phone/NetworkSetting.java b/src/com/android/phone/NetworkSetting.java
index a11ebab..ed606c4 100644
--- a/src/com/android/phone/NetworkSetting.java
+++ b/src/com/android/phone/NetworkSetting.java
@@ -287,7 +287,7 @@
default:
// reinstate the cancelablity of the dialog.
dialog.setMessage(getResources().getString(R.string.load_networks_progress));
- dialog.setCancelable(true);
+ dialog.setCanceledOnTouchOutside(false);
dialog.setOnCancelListener(this);
break;
}