Fixed Feature Request P2 Add Hotlist Status UpdateNo update yet.Descriptionmv...@google.com created issue #1May 12, 2021 06:23AMWarn 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 the onCreate. onViewCreated in the case of Fragments. Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2May 24, 2021 11:11AMMarked as fixed.Yigit, do you have time to fix it? reemission of the same liveData is racyAdd comment Comment
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.