Thierry
02/05/2020, 10:57 PMZach Klippenstein (he/him) [MOD]
02/05/2020, 11:40 PMLeland Richardson [G]
02/05/2020, 11:47 PMThierry
02/05/2020, 11:48 PMval context = ambient(ContextAmbient)
what's the difference with:
val context = AmbientContext.current
Leland Richardson [G]
02/05/2020, 11:49 PMambient
the function was deprecatedThierry
02/05/2020, 11:50 PMLeland Richardson [G]
02/05/2020, 11:50 PMThierry
02/06/2020, 12:20 AMval image = state<Bitmap?> { null }
is it image = x
or
image.valuke = xext.compose_version = '0.1.0-dev04'
Leland Richardson [G]
02/06/2020, 12:39 AMvar image by state …
vs val image = state …
Ian Warwick
02/06/2020, 11:23 PMval context = AmbientContext.current
nice 🙂