google-developer-training / android-basics-kotlin-cupcake-app

Apache License 2.0
103 stars 163 forks source link

Android Basics: Navigation backstack #31

Closed linden-tree closed 10 months ago

linden-tree commented 3 years ago

URL of codelab [Navigation and the back stack] https://developer.android.com/codelabs/basic-android-kotlin-training-navigation-backstack?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-kotlin-unit-3-pathway-4%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-training-navigation-backstack#4

In which task and step of the codelab can this issue be found?

  1. Send the order

Describe the problem When the order is handed over to another app via clicking the SEND button, after clicking BACK button, I navigate from that app to the Summary fragment. Would rather expect to get back to the Start fragment as the order process is completed.

Steps to reproduce?

  1. Send the order by clicking the SEND button.
  2. When in the external app, click BACK, leave the sender app and you get to the Summary instead of Start fragment

Versions Android Studio version: 2021.3.1 API version of the emulator: 30

Additional information Include screenshots if they would be useful in clarifying the problem.