Explorar el Código

remove unnecessary semicolon

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger hace 2 años
padre
commit
5eff338d45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
     }