mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
apply spotless
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
c517781e7f
commit
7f308fd940
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue