Skip to content
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

快速切换页面问题,总要想个办法解决 #30

Open
ruanbaojun1105 opened this issue Jun 1, 2022 · 5 comments
Open

快速切换页面问题,总要想个办法解决 #30

ruanbaojun1105 opened this issue Jun 1, 2022 · 5 comments

Comments

@ruanbaojun1105
Copy link

image

@weikaiyun
Copy link
Owner

具体是啥问题呢,没懂呢

@ruanbaojun1105
Copy link
Author

具体是啥问题呢,没懂呢

快速点击启动页面然后pop页面,会导致没反应,因为判断了队列只能只有一个的时候才执行操作。

@HelloJokerWord
Copy link

java.lang.IllegalStateException
Fragment CommonWebF{971ad7e} (c256e892-164e-4578-87e6-7f185edaaa25) not associated with a fragment manager.

是说这个崩溃吧

@ruanbaojun1105
Copy link
Author

是的

@feaoes
Copy link

feaoes commented Dec 19, 2022

我在BaseFragment中,执行pop时,做了只会执行一次的处理。

@Override
public void pop() {
    if(!hasPop){
        hasPop = true;
        getSupportDelegate().pop();
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants