mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Don’t show notifications on error
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
2746d302f7
commit
5ecdda4cde
@ -212,7 +212,7 @@ public class NotificationWorker extends Worker {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onError(Throwable e) {
|
public void onError(Throwable e) {
|
||||||
showNotification(intent);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user