Removed commented code

This commit is contained in:
David A. Velasco 2014-06-03 14:44:45 +02:00
parent 1caeb59e9d
commit 185aae4bc3

View file

@ -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);
*/
}
}