if (mDownloaderBinder == null) {
Log_OC.d(TAG, "requestForDownload called without binder to download service");
if (mDownloaderBinder == null) {
Log_OC.d(TAG, "requestForDownload called without binder to download service");
Intent i = new Intent(this, FileDownloader.class);
i.putExtra(FileDownloader.EXTRA_ACCOUNT, getAccount());
i.putExtra(FileDownloader.EXTRA_FILE, file);
Intent i = new Intent(this, FileDownloader.class);
i.putExtra(FileDownloader.EXTRA_ACCOUNT, getAccount());
i.putExtra(FileDownloader.EXTRA_FILE, file);
*
* Updates the UI when a download is started or finished, provided that it is relevant for the
* folder displayed in the gallery.
*
* Updates the UI when a download is started or finished, provided that it is relevant for the
* folder displayed in the gallery.