Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
I don't think this is a duplicate actually. This might be a valid bug, I was investigating it anyway while looking at possible ways of supporting arrays.
I'll reopen it for now and take it
I'll reopen it for now and take it
Description
Warn developers when
Lifecycle.repeatOnLifecycle
is not used properly.They should definitely NOT be used in the
onStart
,onResume
View callbacks. In Activities, this API should be used in theonCreate
.onViewCreated
in the case of Fragments.