mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
fix compile error from commit a12692ec
(temporarily...) Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
1a000859bf
commit
38256fc25d
@ -84,8 +84,7 @@ class PollMainDialogFragment() : DialogFragment() {
|
||||
}
|
||||
|
||||
private fun showVoteScreen() {
|
||||
|
||||
val contentFragment = PollVoteFragment.newInstance(
|
||||
val contentFragment = PollVoteFragment(
|
||||
viewModel,
|
||||
roomToken,
|
||||
pollId
|
||||
|
Loading…
Reference in New Issue
Block a user