projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge pull request #740 from owncloud/revert-669-master
[pub/Android/ownCloud.git]
/
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
61cb07b
..
aeefe12
100644
(file)
--- 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);
handler.postDelayed(new Runnable() {
public void run() {
notificationManager.cancel(notificationId);
- ((HandlerThread)Thread.currentThread()).getLooper().quit
Safely
();
+ ((HandlerThread)Thread.currentThread()).getLooper().quit();
}
}, delayInMillis);
}
}, delayInMillis);