Reformat ZimHostActivity

This commit is contained in:
Adeel 2019-08-24 23:23:55 +05:00
parent 50e7c9bf47
commit 90c5a5c6bb

View File

@ -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();