This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[master_chooser] bugfix launch mode for the master chooser.
The singleTask launch mode now causes startActivityForResult to immediately cancel and return. Even though the master chooser would continue, any subsequent calls to finish would not return any meaningful activity result because it had already returned a cancelled result as it started. http://stackoverflow.com/questions/8960072/onactivityresult-with-launchmode-singletask This fixes #231. It may also have something to do with rosjava/android_remocons#61.
- Loading branch information
f8ae170
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't worked out why this is suddenly an issue though...something new in the android tooling or perhaps it wasn't getting started like this previously.