mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Fix story reactions rendering improperly after restoring a backup.
This commit is contained in:
committed by
Greyson Parrelli
parent
a9475ef153
commit
bf0c9ec1c7
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user