YoKeyword / Fragmentation

[DEPRECATED] A powerful library that manage Fragment for Android
Apache License 2.0
9.72k stars 2.11k forks source link

有时候fragment.pop()后,onDestroyView没走? #1243

Open NanayaHaruki opened 4 years ago

NanayaHaruki commented 4 years ago

版本是 'me.yokeyword:fragmentationx:1.0.1' 不是很好复现,但也复现过2次了。 mainFg.start() 和 mainFg.extraTransaction().startForResultDontHideSelf(fgs[2],1) 这2种启动的fragment在pop时都遇到过没走onDestroyView的情况

JantHsueh commented 4 years ago

建议使用最新版本,看会不会出现这个情况