Status Update
Comments
il...@google.com <il...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit c2365dcfeb9064814282304f30f3eb86be71fdc7
Author: Dan Nizri <dniz@google.com>
Date: Wed Dec 20 16:33:08 2023
Fix Popup back handling on Android T/13+ when android:enableOnBackInvokedCallback="true"
Bug: 313702338
Bug: 318537200
Test: tested with android:enableOnBackInvokedCallback="true"
Change-Id: I7c7cef686ed9fbfd2d144c90040b13528f1675ed
M compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/window/AndroidPopup.android.kt
https://android-review.googlesource.com/2886766
Branch: androidx-main
commit c2365dcfeb9064814282304f30f3eb86be71fdc7
Author: Dan Nizri <dniz@google.com>
Date: Wed Dec 20 16:33:08 2023
Fix Popup back handling on Android T/13+ when android:enableOnBackInvokedCallback="true"
Bug: 313702338
Bug: 318537200
Test: tested with android:enableOnBackInvokedCallback="true"
Change-Id: I7c7cef686ed9fbfd2d144c90040b13528f1675ed
M compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/window/AndroidPopup.android.kt
Description
Version used: 2.2.0-alpha03
Devices/Android versions reproduced on:
tested on android 9
ISSUE : Params in query as well in path do not navigates to the targetted fragment/screen and opens the startDestination fragment instead.
Reproduction :
Url :
When clicked on the screen, app opens correctly and so it is correctly associated with the app but it opens the fragment that is marked as startDestination and not the targeted fragment.
NOTE :
This was working correctly on previous versions and we have not changed anything in the codebase of the module since. Unfortunately we couldn't really figure out on which version it broke as there are many modules in the app which depend on latest version of navigation version.(2.2.0-alpha03)