mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Removed commented code
This commit is contained in:
parent
1caeb59e9d
commit
185aae4bc3
1 changed files with 0 additions and 9 deletions
|
@ -512,15 +512,6 @@ public class FileDownloader extends Service implements OnDatatransferProgressLis
|
||||||
mNotificationManager,
|
mNotificationManager,
|
||||||
R.string.downloader_download_succeeded_ticker,
|
R.string.downloader_download_succeeded_ticker,
|
||||||
2000);
|
2000);
|
||||||
/*
|
|
||||||
Handler handler = new Handler();
|
|
||||||
handler.postDelayed(new Runnable() {
|
|
||||||
public void run() {
|
|
||||||
mNotificationManager.cancel(R.string.downloader_download_succeeded_ticker);
|
|
||||||
}
|
|
||||||
}, 2000);
|
|
||||||
*/
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue