|
@@ -23,7 +23,7 @@ public class NotificationDelayer {
|
|
handler.postDelayed(new Runnable() {
|
|
handler.postDelayed(new Runnable() {
|
|
public void run() {
|
|
public void run() {
|
|
notificationManager.cancel(notificationId);
|
|
notificationManager.cancel(notificationId);
|
|
- ((HandlerThread)Thread.currentThread()).getLooper().quitSafely();
|
|
|
|
|
|
+ ((HandlerThread)Thread.currentThread()).getLooper().quit();
|
|
}
|
|
}
|
|
}, delayInMillis);
|
|
}, delayInMillis);
|
|
|
|
|