mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 12:42:56 -04:00
Fix onLocationset()
Service not starting bug
This commit is contained in:
parent
aef3b95918
commit
270714a5d5
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user