Reduced logging

pull/217/head
M66B 6 months ago
parent 4e30e760ba
commit c7856a1c9f

@ -187,7 +187,6 @@ public final class ShortcutBadgerAlt {
Method method = extraNotification.getClass().getDeclaredMethod("setMessageCount", int.class);
method.invoke(extraNotification, badgeCount);
} catch (Exception e) {
eu.faircode.email.Log.w(e);
if (Log.isLoggable(LOG_TAG, Log.DEBUG)) {
Log.d(LOG_TAG, "Unable to execute badge", e);
}

Loading…
Cancel
Save