-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
回退事件问题 #62
Comments
这几个 Fragment 是如何添加进去的呢?有没有入栈? |
有 每一个都是 Rigger.getRigger(BlankFragment.this).startFragment(homeFragment);
|
我还有另外一个问题就是,入栈问题,如何控制它重复入栈? |
还有这个入栈问题:这个可能涉及到栈内 Fragment 的顺序问题,所以要解决这个问题,需要设计一套 |
也是通过startFragment来添加, |
今年没有规划,明年会全面升级一下这个库 |
一个主Activity 底部多个Fragment
我想只要在这几个底部的Fragment内 做退出事件
意思就是 在这几个底部内的Fragment 2秒内重复按返回键 都能退出App
onRiggerBackPressed 这里面怎么写?
我测试了一下,如果底部的Fragment 都去onRiggerBackPressed 进行载拦判断2秒退出事件,并不能退出,
The text was updated successfully, but these errors were encountered: