mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
ktlint: Empty parentheses in function call followed by lambda are unnecessary
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
565d0cf61b
commit
5356edf4a9
@ -121,7 +121,7 @@ class PollMainDialogFragment : DialogFragment() {
|
|||||||
|
|
||||||
private fun showLoadingScreen() {
|
private fun showLoadingScreen() {
|
||||||
binding.root.post {
|
binding.root.post {
|
||||||
run() {
|
run {
|
||||||
val fragmentHeight = binding.messagePollContentFragment.measuredHeight
|
val fragmentHeight = binding.messagePollContentFragment.measuredHeight
|
||||||
|
|
||||||
val contentFragment = PollLoadingFragment.newInstance(fragmentHeight)
|
val contentFragment = PollLoadingFragment.newInstance(fragmentHeight)
|
||||||
|
Loading…
Reference in New Issue
Block a user