求解,replaceFragment之后不加入栈的写法
sunlimiter opened this issue · 3 comments
sunlimiter commented
JingYeoh commented
@sunlimiter replace
适用的场景:同一个container
中只用于显示一个Fragment
,所以replace
方法内部会add
新的Fragment
并且remove
掉所有在该container
中的其他Fragment
,从而保证该container
只存在一个Fragment
。
请问现在遇到的问题是?
sunlimiter commented
JingYeoh commented
@sunlimiter 请设置 Bfragment
的 Puppet#stickyStack
为 false