mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-08 12:18:07 -05:00
f84369bc19
Currently, when the user opens a ConversationActivity, goes off to do something else without closing it, and then comes back to the activity, conversations started since the ConversationActivity was paused (e.g. by an incoming private message) will not appear in the ConversationGallery; this is because we never check for new conversations in the onResume() path. Fortunately, this is an easy fix: we're already looping over all the conversations in onResume() in order to add new messages to the MessageListViews, so just look out for the new conversations and add them to the ConversationGallery when we see them. |
||
---|---|---|
.. | ||
.settings | ||
res | ||
src/org | ||
.classpath | ||
.project | ||
AndroidManifest.xml | ||
build.properties | ||
build.xml | ||
default.properties |