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 Intent serviceIntent;
|
||||
private Task<LocationSettingsResponse> task;
|
||||
BooksOnDiskAdapter booksAdapter;
|
||||
|
||||
private BooksOnDiskAdapter booksAdapter;
|
||||
HotspotService hotspotService;
|
||||
String ip;
|
||||
boolean bound;
|
||||
@ -185,7 +186,6 @@ public class ZimHostActivity extends BaseActivity implements
|
||||
booksAdapter.setItems(booksList);
|
||||
}
|
||||
|
||||
|
||||
@Override protected void onStart() {
|
||||
super.onStart();
|
||||
bindService();
|
||||
|
Loading…
x
Reference in New Issue
Block a user