srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
2dbbd503
5b77e183
Remove unnecessary send button update
inline
split
atox/src/main/kotlin/ui/chat/ChatFragment.kt
added: 1, removed: 3, total 0
@@ -113,8 +113,6 @@ class ChatFragment : Fragment() {
statusIndicator.setColorFilter(colorByStatus(resources, it))
setAvatarFromContact(profileImage, it)
updateSendButton(this)
})
val adapter = ChatAdapter(inflater, resources)