K-9 Mail – Open Source Email App for Android
a5166e3c2d
MessagingController was calling the MessagingListener twice for deleted messages. By the time the second call was made, some Activities already had removed the message holder, so a null holder was being put on the list. This change should prevent the double calls, and adds protection against have the MessageList MessagingListener called with a message that is no longer in the MessageList. Also, some logical cleanups. |
||
---|---|---|
assets | ||
compile-only-libs | ||
docs | ||
images | ||
res | ||
src | ||
tools | ||
.project | ||
Android.mk | ||
AndroidManifest.xml | ||
build.properties | ||
build.xml | ||
default.properties | ||
K9.iml | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE |