mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 20:24:03 -04:00
Reformat ZimHostActivity
This commit is contained in:
parent
50e7c9bf47
commit
90c5a5c6bb
@ -488,12 +488,11 @@ public class ZimHostActivity extends BaseActivity implements
|
||||
progressDialog.show();
|
||||
|
||||
pollForValidIpAddress();
|
||||
|
||||
});
|
||||
|
||||
builder.setTitle(this.getString(R.string.hotspot_turned_on));
|
||||
builder.setMessage(getString(R.string.hotspot_details_message, wifiConfiguration.SSID,
|
||||
wifiConfiguration.preSharedKey));
|
||||
wifiConfiguration.preSharedKey));
|
||||
builder.setCancelable(false);
|
||||
AlertDialog dialog = builder.create();
|
||||
dialog.show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user