X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/17ffd07e36497be3f81b4874229a121f982b2a5e..185aae4bc345f453479f94e2a78da62e8c9930b0:/src/com/owncloud/android/notifications/NotificationDelayer.java diff --git a/src/com/owncloud/android/notifications/NotificationDelayer.java b/src/com/owncloud/android/notifications/NotificationDelayer.java index 61cb07b2..aeefe12c 100644 --- a/src/com/owncloud/android/notifications/NotificationDelayer.java +++ b/src/com/owncloud/android/notifications/NotificationDelayer.java @@ -23,7 +23,7 @@ public class NotificationDelayer { handler.postDelayed(new Runnable() { public void run() { notificationManager.cancel(notificationId); - ((HandlerThread)Thread.currentThread()).getLooper().quitSafely(); + ((HandlerThread)Thread.currentThread()).getLooper().quit(); } }, delayInMillis);