浏览代码

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