more indenting

This commit is contained in:
eladkeyshawn 2017-12-15 15:45:30 +00:00
parent 0e769fe47a
commit d51759b4b9
2 changed files with 48 additions and 44 deletions

View File

@ -92,7 +92,8 @@ public class LibraryFragment extends Fragment
private DownloadServiceConnection mConnection = new DownloadServiceConnection();
@Inject ConnectivityManager conMan;
@Inject
ConnectivityManager conMan;
private ZimManageActivity faActivity;
@ -257,7 +258,9 @@ public class LibraryFragment extends Fragment
}
if (KiwixMobileActivity.wifiOnly && !NetworkUtils.isWiFi(getContext())) {
DownloadFragment.showNoWiFiWarning(getContext(), () -> {downloadFile((Book) parent.getAdapter().getItem(position));});
DownloadFragment.showNoWiFiWarning(getContext(), () -> {
downloadFile((Book) parent.getAdapter().getItem(position));
});
} else {
downloadFile((Book) parent.getAdapter().getItem(position));
}
@ -323,7 +326,8 @@ public class LibraryFragment extends Fragment
}
@Override
public void onServiceDisconnected(ComponentName arg0) { }
public void onServiceDisconnected(ComponentName arg0) {
}
}
}