Merge some parts of initByJson and initUpdateByMessageJson

Cleanup messageListChecked handling
This commit is contained in:
djmaze 2020-09-20 11:29:31 +02:00
parent 46198861bc
commit b66e68a3b1
8 changed files with 46 additions and 61 deletions

View file

@ -449,7 +449,7 @@ class ContactsPopupView extends AbstractViewNext {
}
contact.deleted(true);
count -= 1;
--count;
});
if (0 >= count) {