You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IllegalArgumentException: CreationExtras must have a value by `SAVED_STATE_REGISTRY_OWNER_KEY`
at androidx.lifecycle.SavedStateHandleSupport.createSavedStateHandle(SavedStateHandleSupport.kt:91)
at androidx.lifecycle.AbstractSavedStateViewModelFactory.create(AbstractSavedStateViewModelFactory.kt:90)
at dagger.hilt.android.internal.lifecycle.HiltViewModelFactory.create(HiltViewModelFactory.java:114)
at androidx.lifecycle.ViewModelProvider.get(ViewModelProvider.kt:187)
at androidx.lifecycle.ViewModelProvider.get(ViewModelProvider.kt:153)
...
(31 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
Any solution regarding this issue @teolemon. As per docs, I changed if (isFlavors(AppFlavor.OFF) to if (isFlavors(AppFlavor.OBF) in MainActivity, still the same. I'd like to work on this, also could suggest any solution or refer to something to get started with this issue.
Sentry Issue: OPENFOODFACTS-ANDROID-67R
The text was updated successfully, but these errors were encountered: