refactor: reduce # of API calls on Home screen on config change
Moved API calls to MainActivityViewModel's init{} block. Having them on MainActivity's onCreate was causing unnecessary API calls on configuration changes.
Loading
Please register or sign in to comment