X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/17ffd07e36497be3f81b4874229a121f982b2a5e..e901b609baa4dd5f681e2a5257c9e504997e3377:/src/com/owncloud/android/notifications/NotificationDelayer.java?ds=inline 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);