소스 검색

ktlint: Empty parentheses in function call followed by lambda are unnecessary

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 년 전
부모
커밋
5356edf4a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/java/com/nextcloud/talk/polls/ui/PollMainDialogFragment.kt

+ 1 - 1
app/src/main/java/com/nextcloud/talk/polls/ui/PollMainDialogFragment.kt

@@ -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)