mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Resolve merge conflicts
This commit is contained in:
commit
d1b5536173
@ -80,7 +80,8 @@ public class ZimHostActivity extends BaseActivity implements
|
|||||||
private static final int LOCATION_SETTINGS_PERMISSION_RESULT = 101;
|
private static final int LOCATION_SETTINGS_PERMISSION_RESULT = 101;
|
||||||
private Intent serviceIntent;
|
private Intent serviceIntent;
|
||||||
private Task<LocationSettingsResponse> task;
|
private Task<LocationSettingsResponse> task;
|
||||||
BooksOnDiskAdapter booksAdapter;
|
|
||||||
|
private BooksOnDiskAdapter booksAdapter;
|
||||||
HotspotService hotspotService;
|
HotspotService hotspotService;
|
||||||
String ip;
|
String ip;
|
||||||
boolean bound;
|
boolean bound;
|
||||||
@ -185,7 +186,6 @@ public class ZimHostActivity extends BaseActivity implements
|
|||||||
booksAdapter.setItems(booksList);
|
booksAdapter.setItems(booksList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override protected void onStart() {
|
@Override protected void onStart() {
|
||||||
super.onStart();
|
super.onStart();
|
||||||
bindService();
|
bindService();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user