bodo
07/28/2021, 2:32 PMfun bindView(item) {
composeContainer.setContent {
MyCustomTheme {
item.Content()
}
}
}
1. Is it a good practice to do migration like this. i noticed that every call to MyCustomTheme creates new CompositionLocals that i create in it
2. will the view be recomposed every time the bind method is called?Zach Klippenstein (he/him) [MOD]
07/28/2021, 4:05 PMZach Klippenstein (he/him) [MOD]
07/28/2021, 4:06 PMbodo
07/28/2021, 4:26 PM