Skip to content

Removing AppCompatActivity in the CallQuery method

Latest
Compare
Choose a tag to compare
@AshvinVavaliya AshvinVavaliya released this 23 Feb 04:55
· 5 commits to main since this release
7dee37a
  • Removed the AppComaptActivity Dependency for the callQuery method.
    Using Handler and post instead.
  • By doing is this way you can easily use this on a ViewModel without needing access to the Activity.