Update unread message count when returning from conversation/group.

Fixes bug #42.
This commit is contained in:
akwizgran
2014-02-27 11:57:51 +00:00
parent 094cda8573
commit c021bfd9aa
3 changed files with 5 additions and 11 deletions

View File

@@ -232,11 +232,6 @@ OnClickListener, OnItemClickListener {
public void onPause() {
super.onPause();
db.removeListener(this);
}
@Override
public void onDestroy() {
super.onDestroy();
if(isFinishing()) markMessagesRead();
}