mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
fix klint warnings
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
bf05445561
commit
e605546925
@ -119,7 +119,6 @@ class IncomingPollMessageViewHolder(incomingView: View, payload: Any) : MessageH
|
||||
// TODO: how to get room token here?
|
||||
val roomToken = "???????????????????????????"
|
||||
|
||||
|
||||
binding.bubble.setOnClickListener {
|
||||
val pollVoteDialog = PollVoteDialogFragment.newInstance(
|
||||
message.activeUser!!, roomToken, pollId,
|
||||
|
@ -50,8 +50,6 @@ class PollVoteDialogFragment : DialogFragment() {
|
||||
|
||||
binding.messagePollTitle.text = pollTitle
|
||||
|
||||
|
||||
|
||||
viewModel.viewState.observe(this) { state ->
|
||||
// when (state) {
|
||||
// }
|
||||
|
Loading…
Reference in New Issue
Block a user