mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +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() {
|
private fun showVoteScreen() {
|
||||||
|
val contentFragment = PollVoteFragment(
|
||||||
val contentFragment = PollVoteFragment.newInstance(
|
|
||||||
viewModel,
|
viewModel,
|
||||||
roomToken,
|
roomToken,
|
||||||
pollId
|
pollId
|
||||||
|
Loading…
Reference in New Issue
Block a user