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
setting mViewReplacer to null fixed this issue (did it using reflection as a quick hack).
don't think anyone is managing this project or responding to PRs now.
setting mViewReplacer to null fixed this issue (did it using reflection as a quick hack).
don't think anyone is managing this project or responding to PRs now.
Hi @bhpcode Can you please eloborate how you fixed this, I am facing same issue
Leads to
FrameLayout
being leaked. My analysis is that this is due to this function:A new object is being inflated which internally uses the rootView but it is never destroyed explicitly.
The text was updated successfully, but these errors were encountered: