mohit92

Results 2 issues of mohit92

when you do SharedPref,getInstance(), it is an async function even if it returns the same instance every time. This results in a async function everytime we need to read/write data...

improvement
tech debt
app

The test is supposed to schedule repetitive tasks on the main thread, a custom thread executor. However, if you check the code it seems to be executing the runnable on...