Fix wrong default "marked unread" value

This led to the suggested rooms for the current space section having an
marked as unread badge.

Change-Id: Ifcba015cfc740ceacb8ceeb5e85727aec7e55aae
This commit is contained in:
SpiritCroc 2021-06-05 11:34:15 +02:00
parent c5709543ef
commit 4cfab03f8b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class SectionHeaderAdapter constructor(
val isHidden: Boolean = true,
// SC additions
val unread: Int = 0,
val markedUnread: Boolean = true,
val markedUnread: Boolean = false,
// This will be false until real data has been submitted once
val isLoading: Boolean = true