Marcin Środa
09/08/2020, 12:49 PMonActive
/ onCommit
/ onDispose
, but what about something similar to onPause
/ onResume
? I’m looking for something that will tell me that the activity has gone background / foreground.flosch
09/08/2020, 1:37 PMLifecycleOwnerAmbient
if you used Activity.setContent
Although I would try to not let Activtiy lifecycle bleed too much into composables…