Skip to content

startAnimation() does not work with viewBinding #181

@Alirezanr

Description

@Alirezanr

startAnimation() method works perfectly fine with findViewById() but when I use it with viewBinding
(for example someFragmentBinding.someCircularProgressButton.startAnimation() ) it gets compile time error with below error:

error: no value passed for parameter 'p0'
someFragmentBinding.someCircularProgressButton.startAnimation()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions