Fix onLocationset()

Service not starting bug
This commit is contained in:
Adeel 2019-08-26 17:55:15 +05:00
parent aef3b95918
commit 270714a5d5

View File

@ -466,6 +466,6 @@ public class ZimHostActivity extends BaseActivity implements
} }
@Override public void onLocationSet() { @Override public void onLocationSet() {
createHotspotIntent(ACTION_TURN_ON_AFTER_O); startService(createHotspotIntent(ACTION_TURN_ON_AFTER_O));
} }
} }