Hey friends :wave: Did anyone have an issue with ...
# android
m
Hey friends 👋 Did anyone have an issue with
SavedStateHandle
, when it is inside
ViewModel
, that it won't automatically update data (bundle) when Activity is re-created and
onNewIntent
(
android:launchMode="singleTask"
) is called? Not sure if calling manually
savedStateHandle.set()
is the best way to do it 🤔
not kotlin but kotlin colored 3
c
This is a workspace of the Kotlin programming language. Your general android question should be asked somewhere else - you can find some resources in the channel description.