Fix story reactions rendering improperly after restoring a backup.

This commit is contained in:
jeffrey-signal
2025-06-05 12:04:39 -04:00
committed by Greyson Parrelli
parent a9475ef153
commit bf0c9ec1c7
2 changed files with 7 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ class ConversationAdapterV2(
companion object {
private val TAG = Log.tag(ConversationAdapterV2::class.java)
private val MIN_GROUPS_THRESHOLD = 2
private const val MIN_GROUPS_THRESHOLD = 2
}
private val _selected = hashSetOf<MultiselectPart>()