From: David A. Velasco Date: Tue, 3 Jun 2014 12:44:45 +0000 (+0200) Subject: Removed commented code X-Git-Tag: oc-android-1.7.0_signed~294^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/185aae4bc345f453479f94e2a78da62e8c9930b0?ds=inline;hp=-c Removed commented code --- 185aae4bc345f453479f94e2a78da62e8c9930b0 diff --git a/src/com/owncloud/android/files/services/FileDownloader.java b/src/com/owncloud/android/files/services/FileDownloader.java index ba9824ad..80d4a6dc 100644 --- a/src/com/owncloud/android/files/services/FileDownloader.java +++ b/src/com/owncloud/android/files/services/FileDownloader.java @@ -512,15 +512,6 @@ public class FileDownloader extends Service implements OnDatatransferProgressLis mNotificationManager, R.string.downloader_download_succeeded_ticker, 2000); - /* - Handler handler = new Handler(); - handler.postDelayed(new Runnable() { - public void run() { - mNotificationManager.cancel(R.string.downloader_download_succeeded_ticker); - } - }, 2000); - */ - } }