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

BUG导致闪退 #28

Open
miao1986 opened this issue Feb 6, 2025 · 0 comments
Open

BUG导致闪退 #28

miao1986 opened this issue Feb 6, 2025 · 0 comments

Comments

@miao1986
Copy link

miao1986 commented Feb 6, 2025

扩展功能界面点击免责声明会导致软件闪退。
修复方法ExpandActivity

原代码:
private val navigation = arrayOf( null, SettingActivity::class.java, FileMockActivity::class.java, null, null, )
修复后代码:
private val navigation = arrayOf( null, SettingActivity::class.java, FileMockActivity::class.java, null, null, null, )

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

1 participant