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 i open an article (with the in app reader)
Then turn my device into landscape mode
Click on the "Open article website" Button on the bottom right
I get "NewsDetailFragment is not initialized" and can not open the website.
Leaving the article and going back to the article list helps.
Turning the device into portrait mode does not help though.
So it seems that the button to open the website breaks when turning the device around.
I had this issue for quite some time but could not link the cause :)
Latest f droid version
The text was updated successfully, but these errors were encountered:
I can reproduce this issue. This is caused by NewsDetailActivity::currentPosition not set after activity re-creation. I think removing the check around this line should fix the issue:
@cemrich Thank you for looking into it. From the comment the only side-effect I can think of would be that things break when you rotate the screen. If it worked fine in your test I think we could remove the check. Starting at the end of next month I'll be dedicating more time again to fix / improve the app as well!
When i open an article (with the in app reader)
Then turn my device into landscape mode
Click on the "Open article website" Button on the bottom right
I get "NewsDetailFragment is not initialized" and can not open the website.
Leaving the article and going back to the article list helps.
Turning the device into portrait mode does not help though.
So it seems that the button to open the website breaks when turning the device around.
I had this issue for quite some time but could not link the cause :)
Latest f droid version
The text was updated successfully, but these errors were encountered: