Hello all, I've question regarding AndroidView update field. Assuming I put a mutableState.value lambda inside update field, and assuming I set a textListener ( say EditText) inside update, does the text listener stay intact when mutableState lamdba changes? I assume it does but not sure.
j
jasu
08/22/2022, 10:02 AM
question is bit hard to understand
c
Can Korkmaz
08/22/2022, 10:11 AM
I'm asking whether the update with searchboxLambda needs to stay for the entirity of views lifetime or does it stay permanent when once called, just like setting it in the init layout of the fragment. If it resets to factory or default when lambda changes to empty lambda {}, I should compose lambda with multiple lambdas.