Reformat ZimHostActivity

This commit is contained in:
Adeel Zafar 2019-08-07 05:50:46 +05:00
parent 2317f72577
commit 0928d9c625

View File

@ -98,12 +98,12 @@ public class ZimHostActivity extends AppCompatActivity implements
//if (isMobileDataEnabled(context)) {
// mobileDataDialog();
//} else {
if (flag) {
serverStopped();
isStarted = false;
} else {
startHotspotDialog();
}
if (flag) {
serverStopped();
isStarted = false;
} else {
startHotspotDialog();
}
//}
}
}