EasyTabs icon indicating copy to clipboard operation
EasyTabs copied to clipboard

Fragments getting mixed with other fragments

Open aliwaris0572 opened this issue 7 years ago • 1 comments

I am using EasyTabs in two different fragments, say Frag1 and Frag2. When I switch between Frag1 and Frag2 by selecting an option from navigation drawer, I see fragments which I have added to EasyTabs of Frag1 in Frag2.

On debugging, I found that the FragmentManager holds 'active' and 'added' fragments of the old fragment Frag1 even when I switched to Frag2.

NOTE: While starting the application for the first time, Frag1 loads perfectly with its fragments for each tab. Issue occurs when I want to switch from Frag1 to Frag2.

What am I missing here?

aliwaris0572 avatar Nov 09 '17 10:11 aliwaris0572

i know this is late... but maybe its related to this? https://github.com/gilgoldzweig/EasyTabs/issues/14

or-dvir avatar Aug 17 '18 12:08 or-dvir