YoKeyword / Fragmentation

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

我是想在activity页面获取当前栈顶的那个fragment,在那个fragment页面获取没问题,在activity里面获取不行 #1233

Open gsn516 opened 4 years ago

gsn516 commented 4 years ago

Issues Guideline

Following information can help us to resolve the issue faster.

In addition, we do not accept issues unrelated to Fragmentation.

JantHsueh commented 4 years ago

activity 是否继承了 SupportActivity? 可以通过SupportActivity 中的 getTopFragment() 来获取