nilsbraden / ttrss-reader-fork

An Android-Client for the self-hosted Tiny Tiny RSS feedreader
https://www.nilsbraden.de/TTRSS-Reader/
153 stars 41 forks source link

ArticleFragment: getView().findViewById instead of getActivity().findViewById #473

Closed c-ren closed 3 months ago

c-ren commented 6 months ago

When opening a second article of a feed (in tablet view), getActivity().findViewById(R.id.article_webView_Container) returns the same "webContainer" instance as for the previous ArticleFragment, while we expect to have a new one.

It solves #470 (tested on a Lenovo Tab M10).