mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 04:50:08 +03:00
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:
parent
c5709543ef
commit
4cfab03f8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue