Commit 68587727 authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Fix typo

parent 9beeb0a8
......@@ -542,7 +542,7 @@ class UiModelMapper @Inject constructor(
}
}
private fun s(message: Message): CharSequence {
private fun getSystemMessage(message: Message): CharSequence {
val content = when (message.type) {
//TODO: Add implementation for Welcome type.
is MessageType.MessageRemoved -> context.getString(R.string.message_removed)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment