elye
10/04/2022, 11:34 AMrememberSaveable
, are the variables restore sequence per the order of the line coded? I have a case where it seems that way (or perhaps a Google bug?). To explain clearly what I meant with full code in https://stackoverflow.com/questions/73947154/remembersaveable-restore-value-type-influenced-by-the-order-of-the-code
Can someone help? 🙏Zach Klippenstein (he/him) [MOD]
10/04/2022, 11:37 AMelye
10/04/2022, 11:50 AMelye
10/04/2022, 11:51 AMUnresolved reference: ViewTreeSavedStateRegistryOwner
I'm using import androidx.savedstate.ViewTreeSavedStateRegistryOwner
What has changed? Can I still have access to import androidx.savedstate.ViewTreeSavedStateRegistryOwner
?elye
10/04/2022, 11:59 AMimport androidx.savedstate.findViewTreeSavedStateRegistryOwner
import androidx.savedstate.setViewTreeSavedStateRegistryOwner
insteadelye
10/04/2022, 11:59 AM