Reviewed-on: https://git.openprivacy.ca/cwtch.im/cwtch-ui/pulls/453
@ -242,7 +242,9 @@ class ContactInfoState extends ChangeNotifier {
unreadMessages++;
}
if (_newMarkerMsgIndex == -1) {
_newMarkerMsgIndex = 0;
if (!selectedConversation) {
} else {
_newMarkerMsgIndex++;