mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 20:24:03 -04:00
Hotspot details dialog !cancelable
This commit is contained in:
parent
e15f398f9f
commit
e71f3b4341
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user