Closed c-ren closed 3 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.
getActivity().findViewById(R.id.article_webView_Container)
It solves #470 (tested on a Lenovo Tab M10).
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).