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:
Andy Scherzinger 2023-12-05 16:45:24 +01:00
parent 565d0cf61b
commit 5356edf4a9
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -121,7 +121,7 @@ class PollMainDialogFragment : DialogFragment() {
private fun showLoadingScreen() {
binding.root.post {
run() {
run {
val fragmentHeight = binding.messagePollContentFragment.measuredHeight
val contentFragment = PollLoadingFragment.newInstance(fragmentHeight)