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

Renames variable.

parent 393c1a41
...@@ -55,8 +55,8 @@ class CreateChannelPresenter @Inject constructor( ...@@ -55,8 +55,8 @@ class CreateChannelPresenter @Inject constructor(
launchUI(strategy) { launchUI(strategy) {
try { try {
val users = client.spotlight(query).users val users = client.spotlight(query).users
val memberViewModelMapper = mapper.mapToUiModelList(users) val memberUiModelMapper = mapper.mapToUiModelList(users)
view.showUserSuggestion(memberViewModelMapper) view.showUserSuggestion(memberUiModelMapper)
} catch (ex: RocketChatException) { } catch (ex: RocketChatException) {
ex.message?.let { ex.message?.let {
view.showMessage(it) view.showMessage(it)
......
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