Hotspot details dialog !cancelable

This commit is contained in:
Adeel Zafar 2019-07-26 19:20:40 +05:00
parent e15f398f9f
commit e71f3b4341

View File

@ -184,6 +184,7 @@ public class WifiHotspotManager {
R.string.hotspot_ssid_label) + " " + currentConfig.SSID + "\n" + context.getString(
R.string.hotspot_pass_label) + " " + currentConfig.preSharedKey);
}
builder.setCancelable(false);
AlertDialog dialog = builder.create();
dialog.show();
}