mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 14:40:22 +00:00
Add onViewsRevealed implementation.
This commit is contained in:
committed by
Cody Henthorne
parent
1d9dc66265
commit
bc8c8a049f
@@ -1432,7 +1432,7 @@ class ConversationFragment : LoggingFragment(R.layout.v2_conversation_fragment)
|
||||
}
|
||||
|
||||
val timestamp = MarkReadHelper.getLatestTimestamp(adapter, layoutManager)
|
||||
timestamp.ifPresent(viewModel::requestMarkRead)
|
||||
timestamp.ifPresent(markReadHelper::onViewsRevealed)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -248,9 +248,6 @@ class ConversationViewModel(
|
||||
}
|
||||
}
|
||||
|
||||
fun requestMarkRead(timestamp: Long) {
|
||||
}
|
||||
|
||||
fun sendMessage(
|
||||
metricId: String?,
|
||||
body: String,
|
||||
|
||||
Reference in New Issue
Block a user