소스 검색

remove unnecessary semicolon

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

+ 1 - 1
app/src/main/java/com/nextcloud/ui/SetStatusDialogFragment.kt

@@ -329,7 +329,7 @@ class SetStatusDialogFragment :
                 return
             }
         }
-        views.first.isChecked = true;
+        views.first.isChecked = true
         viewThemeUtils.platform.colorPrimaryTextViewElement(views.second)
     }