Fixes the LazyColumn for Hashtags on Profile
This commit is contained in:
@@ -82,6 +82,8 @@ class ContactListEvent(
|
||||
|
||||
fun unverifiedFollowTagSet() = tags.filter { it.size > 1 && it[0] == "t" }.mapNotNull { it.getOrNull(1) }
|
||||
|
||||
fun countFollowTags() = tags.count { it.size > 1 && it[0] == "t" }
|
||||
|
||||
fun unverifiedFollowGeohashSet() = tags.filter { it.size > 1 && it[0] == "g" }.mapNotNull { it.getOrNull(1) }
|
||||
|
||||
fun unverifiedFollowAddressSet() = tags.filter { it.size > 1 && it[0] == "a" }.mapNotNull { it.getOrNull(1) }
|
||||
|
||||
Reference in New Issue
Block a user