New
Removing AppCompatActivity in the CallQuery method
- 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.