Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Using navigation version 2.6.0 and 2.7.1 the issue still persists.
After further investigation, the behaviour can be corrected by filtering on backstack entries where current state is at least started. In my opinion the name visibleEntries is misleading if it contains entries that are not actually visible or in transition.
Description
Component used: Fragment
Allow developers to detect the usage of
setUserVisibleHint()
.This would hook into calls to
setUserVisibleHint()
and apply the appropriate penalties if this detection was enabled.