Unverified Commit 844d6e4f authored by Pancor's avatar Pancor Committed by GitHub

add missing bracket

parent 73fedd8a
......@@ -516,6 +516,7 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR
text_message.requestFocus()
}
}
}
private fun setupSuggestionsView() {
suggestions_view.anchorTo(text_message)
......@@ -613,4 +614,4 @@ class ChatRoomFragment : Fragment(), ChatRoomView, EmojiKeyboardListener, EmojiR
private fun setupToolbar(toolbarTitle: String) {
(activity as ChatRoomActivity).setupToolbarTitle(toolbarTitle)
}
}
\ No newline at end of file
}
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