Add onViewsRevealed implementation.

This commit is contained in:
Alex Hart
2023-06-09 10:43:16 -03:00
committed by Cody Henthorne
parent 1d9dc66265
commit bc8c8a049f
2 changed files with 1 additions and 4 deletions

View File

@@ -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)
}
}

View File

@@ -248,9 +248,6 @@ class ConversationViewModel(
}
}
fun requestMarkRead(timestamp: Long) {
}
fun sendMessage(
metricId: String?,
body: String,