mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03: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
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue