Mohit Ajwani

Results 3 issues of Mohit Ajwani

`CircularProgressBar.kt` has use of `Handler()` which is deprecated Line 144 `indeterminateModeHandler = Handler()`

I am working on a project with this library. I have an API call that accepts the following payload ``` { "first_name": "Mohit", "age": 27, "address": { "line1": "abc", "line2":...