YoKeyword / Fragmentation

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

fragment add and running but ui is invisible #1148

Open MahdiNavidi opened 5 years ago

MahdiNavidi commented 5 years ago

hello guys thanks for a great module I've faced a strange issue child fragment added and its life cycle method is running but UI doesn't show and everything is invisible also starting animation won't start this problem occurs in the whole fragment want to add but after restarting app everything goes fine

WangYP90 commented 5 years ago

我也碰到了这样的问题, 生命周期方法都执行了,但是UI不显示.白屏状态,点击back,仍然会继续回退Fragment

zhangjianwei1 commented 5 years ago

跳转的fragment是否有同级的fragment呢,比如说是使用了Tablayout加载了四个fragment,然后在这四个fragment里才会出现这种情况