compose-lobsters/app/src
Aditya Wasan 0fcf584b01
src: make LobstersRepository a singleton
Earlier both LobstersViewModel and LobstersPagingSource were getting a different instance of LobstersRepository.
This lead to cache issues where LobstersPagingSource filled the cache but it was not available to the LobstersViewModel.

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
2021-02-05 15:00:23 +05:30
..
debug app: reformat XML resources 2020-10-29 16:48:21 +05:30
main src: make LobstersRepository a singleton 2021-02-05 15:00:23 +05:30