Don’t show notifications on error

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2019-08-19 12:12:43 +02:00
parent 2746d302f7
commit 5ecdda4cde

View File

@ -212,7 +212,7 @@ public class NotificationWorker extends Worker {
@Override
public void onError(Throwable e) {
showNotification(intent);
}
@Override