You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in the help of the bar/no bar section, clicking on a picture then going back open the first help (smooth, features or disk, star or artefact) instead of the bar/no bar
On version 1.32
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I can reproduce it. It only happens when you use the back/up arrow on the app bar at the top. It doesn't happen when you use the regular back button. This is like this bug: #6
It should be easy enough to fix but I won't have a chance until some time next week.
murraycu
changed the title
Bug with the help
Help/Examples: Example image viewer: Toolbar's Up button takes us back to examples for first question.
Jan 2, 2015
Override onOptionsItemSelected() so we can modify the Intent
used with navigateUpTo(), to specify FLAG_ACTVITY_CLEAR, so we
resume the parent activity instead of recreating it, just as if the
user had used the back button - which the user generally cannot
distinguish from the up button anyway.
We could instead have marked the parent activity as singleTop
in the manifest, but it seems nice to keep this parent activity
more flexible.
This should fix this bug:
#14
When in the help of the bar/no bar section, clicking on a picture then going back open the first help (smooth, features or disk, star or artefact) instead of the bar/no bar
On version 1.32
The text was updated successfully, but these errors were encountered: