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
Given the user is on a Reader related post screen (nested at least to 2 levels), on rotating the device, last selected related post should be shown.
Actual behavior
Given the user is on a "Reader" related post screen (nested at least to 2 levels), on rotating the device, first selected related post is shown instead of the last one.
Steps to reproduce the behavior
Open a wp.com post on Reader tab.
Scroll to bottom of the post details page.
Notice that related posts are displayed.
Click a related post.
Notice that selected related post details are shown on "Related Post" screen with a cross button.
Open another related post from the previous "Related Post" screen.
Notice that selected related post details are shown on "Related Post" screen with a cross button.
Rotate the device.
Notice that first related post is shown instead of the last one.
… onActivityCreated
This fixeswordpress-mobile#14195
`onActivityCreated` is called after `onViewCreated`, so the state was being restored
after the view was ready and the post was already loaded with the wrong id.
Expected behavior
Given the user is on a Reader related post screen (nested at least to 2 levels), on rotating the device, last selected related post should be shown.
Actual behavior
Given the user is on a "Reader" related post screen (nested at least to 2 levels), on rotating the device, first selected related post is shown instead of the last one.
Steps to reproduce the behavior
device-2021-03-05-144135.mp4
More details in: #14194 (comment)
Tested on Pixel 5, Android 11, WPAndroid 15.9 (alpha-249)
The text was updated successfully, but these errors were encountered: