Procházet zdrojové kódy

apply spotless

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky před 1 rokem
rodič
revize
7f308fd940

+ 2 - 2
app/src/main/java/com/owncloud/android/ui/dialog/ChooseTemplateDialogFragment.kt

@@ -105,10 +105,10 @@ class ChooseTemplateDialogFragment : DialogFragment(), View.OnClickListener, Tem
         val alertDialog = dialog as AlertDialog
 
         val positiveButton = alertDialog.getButton(AlertDialog.BUTTON_POSITIVE) as MaterialButton
-        viewThemeUtils.material.colorMaterialButtonPrimaryTonal(positiveButton);
+        viewThemeUtils.material.colorMaterialButtonPrimaryTonal(positiveButton)
 
         val negativeButton = alertDialog.getButton(AlertDialog.BUTTON_NEGATIVE) as MaterialButton
-        viewThemeUtils.material.colorMaterialButtonPrimaryBorderless(negativeButton);
+        viewThemeUtils.material.colorMaterialButtonPrimaryBorderless(negativeButton)
 
         positiveButton.setOnClickListener(this)
         positiveButton.isEnabled = false