Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Android Basics: Persist data with Room #81

Closed
jukka-palomaki opened this issue Oct 4, 2023 · 0 comments
Closed

Android Basics: Persist data with Room #81

jukka-palomaki opened this issue Oct 4, 2023 · 0 comments

Comments

@jukka-palomaki
Copy link

override fun <T : ViewModel?> create(modelClass: Class): T {

should be without ? like this:

override fun create(modelClass: Class): T {

@jukka-palomaki jukka-palomaki closed this as not planned Won't fix, can't repro, duplicate, stale Oct 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant