fix compile error from commit a12692ec

(temporarily...)

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-06-30 16:56:46 +02:00 committed by Andy Scherzinger (Rebase PR Action)
parent 1a000859bf
commit 38256fc25d

View File

@ -84,8 +84,7 @@ class PollMainDialogFragment() : DialogFragment() {
} }
private fun showVoteScreen() { private fun showVoteScreen() {
val contentFragment = PollVoteFragment(
val contentFragment = PollVoteFragment.newInstance(
viewModel, viewModel,
roomToken, roomToken,
pollId pollId