Fix a typo

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2020-04-08 13:14:14 +02:00
parent d9e32e084e
commit fe96ae922c
No known key found for this signature in database
GPG Key ID: CDE0BBD2738C4CC0

View File

@ -121,7 +121,7 @@ class ChatView(private val bundle: Bundle) : BaseView(), ImageLoaderInterface {
setHasOptionsMenu(true) setHasOptionsMenu(true)
actionBar?.show() actionBar?.show()
viewModel = viewModelProvider(factory).get(ChatViewModel::class.java) viewModel = viewModelProvider(factory).get(ChatViewModel::class.java)
val view = super.onCreateView(inflater, ) val view = super.onCreateView(inflater, container)
viewModel.init(bundle.getParcelable(BundleKeys.KEY_USER)!!, bundle.getString(KEY_CONVERSATION_TOKEN)!!, bundle.getString(KEY_CONVERSATION_PASSWORD)) viewModel.init(bundle.getParcelable(BundleKeys.KEY_USER)!!, bundle.getString(KEY_CONVERSATION_TOKEN)!!, bundle.getString(KEY_CONVERSATION_PASSWORD))