Pablichjenkov
10/18/2024, 7:55 PMrememberLauncherForActivityResult { result -> ... }
?
Something like:
navController.navigateForResult(...) { result ->
...
}
I am exploring ways to pass a result back to the calling Navbackstackentry but I see the existing solution still depends on creating unique keys to identify the returned result. Similar to the previous ActivityResult API where one had to define a unique RequestCode.
Has anyone made any open source work in regards to this?Stylianos Gakis
10/18/2024, 8:00 PMannsofi
10/18/2024, 8:22 PMPablichjenkov
10/18/2024, 8:28 PM