help wanted
仓库指标
- 星标
- (33,635 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Androidx Fragment 通过Add() Hide() 方式实现懒加载
在调用 add 或 show 方法后,setMaxLifecycle(showFragment, Lifecycle.State.RESUMED)
在调用 hide 方法后,setMaxLifecycle(fragment, Lifecycle.State.STARTED)
建议 增加fragmentTransaction.setMaxLifecycle 支持