Bug P3
Status Update
Comments
an...@google.com <an...@google.com> #2
Hello! What navigation do you use? Is there are a chance you can provide a code sample, as it will be hard for us to investigate it without a full reproducible sample. Thanks
Description
fragmentManager.findFragmentById(
Steps to Reproduce:
Create a screen with two or possible more AndroidFragment instances.
Navigate to another screen.
Make a change that should result in three AndroidFragment instances in a different order (in previous screen).
Return to the previous screen.
Expected Behavior: The screen should display three AndroidFragment instances in the new order.
Actual Behavior: The first two AndroidFragment instances are incorrectly mapped to the previous content.
Fragment version: 1.8.6
Android Version: API 34
Device Model: Pixel 3a (emulator)