Marko Savic
02/13/2024, 7:12 PMSavedStateHandle
, 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 🤔Chrimaeon
02/13/2024, 7:18 PM