rosjava / android_core

Android libraries for rosjava
145 stars 166 forks source link

MasterChooser onBackPressed Pause #267

Closed stratomda closed 7 years ago

stratomda commented 7 years ago

The ROS application is "paused" when the user navigates back from the MasterChooser application. This fixes #266.

adamantivm commented 7 years ago

For my clarification, what is the resulting behavior of this? I would imagine something like this:

Is this correct?

Could you confirm that these use cases work properly?

stratomda commented 7 years ago

@adamantivm You are correct in your use case. I have tested the two use cases and they work properly. I pressed back during connection and opened the app again. The connection completed and the MainActivity was displayed. I also tested when you click back during connection and waited for the connection to succeed (in the background). When you open up the app the MainActivity is displayed.