SpectralFergus / tarot

Use Android Jetpack to see the future!
1 stars 0 forks source link

Disable auto card fetch upon CardViewModel instantiation #18

Closed SpectralFergus closed 5 years ago

SpectralFergus commented 5 years ago

Also, either modify database to fetch 3 new cards upon its onCreate callback or show custom blank screen to click "reset". Would be easier later for user to select custom "spreads" instead of the default 3. Fetching new cards should only be performed upon new dB instantiation or upon clicking reset/new cards button.

SpectralFergus commented 5 years ago

Database doesn't have access to repository, so left db's callback blank for now and implemented this within CardViewModel.