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
This is annoying when you intend to reuse the same ImageView as it does not appear in view port anymore. The provided example works just because the activity is exited just after the image was swipped out. Hence, when opening a new image, the whole activity is recreated.
Here is an example :
On the left, the image is opened for the first time. On the right, the image has then been swipped out then immediately reopened.
The text was updated successfully, but these errors were encountered:
This is annoying when you intend to reuse the same ImageView as it does not appear in view port anymore. The provided example works just because the activity is exited just after the image was swipped out. Hence, when opening a new image, the whole activity is recreated.
Here is an example :
On the left, the image is opened for the first time. On the right, the image has then been swipped out then immediately reopened.
The text was updated successfully, but these errors were encountered: