mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-24 05:04:50 -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_ssid_label) + " " + currentConfig.SSID + "\n" + context.getString(
|
||||||
R.string.hotspot_pass_label) + " " + currentConfig.preSharedKey);
|
R.string.hotspot_pass_label) + " " + currentConfig.preSharedKey);
|
||||||
}
|
}
|
||||||
|
builder.setCancelable(false);
|
||||||
AlertDialog dialog = builder.create();
|
AlertDialog dialog = builder.create();
|
||||||
dialog.show();
|
dialog.show();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user