mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Fix scroll date header going blank at top of conversation.
This commit is contained in:
@@ -2245,8 +2245,6 @@ class ConversationFragment :
|
||||
fun bind(message: ConversationMessage?) {
|
||||
if (message != null) {
|
||||
binding.scrollDateHeader.text = DateUtils.getConversationDateHeaderString(requireContext(), Locale.getDefault(), message.conversationTimestamp)
|
||||
} else {
|
||||
binding.scrollDateHeader.text = null
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user