Vivek Sharma
12/03/2020, 3:13 PMnavController.popBackStack()
while navigating, and using this on pressing backButton
in 2nd composable
but when I am in 2nd compose and rotate
screen , and then press backButton
, it doesnt do anything
Any idea why ? 🤔allan.conda
12/03/2020, 3:52 PMVivek Sharma
12/03/2020, 4:40 PMIan Lake
12/03/2020, 4:43 PMVivek Sharma
12/03/2020, 5:50 PMVivek Sharma
12/03/2020, 6:12 PMExecution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find androidx.ui:ui-tooling:1.0.0-alpha08.
Searched in the following locations:
- <https://dl.google.com/dl/android/maven2/androidx/ui/ui-tooling/1.0.0-alpha08/ui-tooling-1.0.0-alpha08.pom>
- <https://jcenter.bintray.com/androidx/ui/ui-tooling/1.0.0-alpha08/ui-tooling-1.0.0-alpha08.pom>
Required by:
project :app
Possible solution:
- Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
Ian Lake
12/03/2020, 6:14 PM