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