AChep / AcDisplay

AcDisplay is a new way of handling notifications in Android.
acdisplay.org
GNU General Public License v2.0
750 stars 226 forks source link

I get a runtime error in release build, how can i fix this #151

Closed vkyeswa closed 5 years ago

vkyeswa commented 7 years ago

java.lang.RuntimeException: at com.achep.base.tests.CheckImpl.isFalse (CheckImpl.java:57) at com.achep.base.tests.CheckImpl.isFalse (CheckImpl.java:52) at com.achep.acdisplay.notifications.NotificationPresenter.onNotificationAdded (NotificationPresenter.java:694) at com.achep.acdisplay.notifications.NotificationList.notifyListener (NotificationList.java:189) at com.achep.acdisplay.notifications.NotificationList.pushNotification (NotificationList.java:138) at com.achep.acdisplay.notifications.NotificationList.pushNotification (NotificationList.java:126) at com.achep.acdisplay.notifications.NotificationList.pushOrRemoveNotification (NotificationList.java:116) at com.achep.acdisplay.notifications.NotificationPresenter.postNotification (NotificationPresenter.java:548) at com.achep.acdisplay.notifications.NotificationPrProxy.sendPrTasks (NotificationPrProxy.java:231) at com.achep.acdisplay.notifications.NotificationPrProxy$1.run (NotificationPrProxy.java:67) at android.os.Handler.handleCallback (Handler.java:739) at android.os.Handler.dispatchMessage (Handler.java:95)

CarlosACepeda commented 5 years ago

What are you trying to do?