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

启动app后操作过快大概率导致crash #76

Open
xgmo9 opened this issue Mar 15, 2021 · 2 comments
Open

启动app后操作过快大概率导致crash #76

xgmo9 opened this issue Mar 15, 2021 · 2 comments
Labels

Comments

@xgmo9
Copy link

xgmo9 commented Mar 15, 2021

复现步骤:
在app启动后如果不稍微等待直接点击侧栏的收藏的话有极大的概率crash
设备:
Android 11 LineageOS 18.1 lenovo k10
log:
03-15 12:22:52.608 4208 4208 E AndroidRuntime: FATAL EXCEPTION: main
03-15 12:22:52.608 4208 4208 E AndroidRuntime: Process: org.mewx.wenku8, PID: 4208
03-15 12:22:52.608 4208 4208 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setVisibility(int)' on a null object reference
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at hr$b.b(Unknown Source:176)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at hr$b.onPostExecute(Unknown Source:2)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at android.os.AsyncTask.finish(AsyncTask.java:771)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at android.os.AsyncTask.access$900(AsyncTask.java:199)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at android.os.Looper.loop(Looper.java:223)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7660)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
03-15 12:22:52.608 4208 4208 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

@MewX
Copy link
Owner

MewX commented Mar 15, 2021

谢谢反馈,是历史遗留问题

@MewX MewX added the bug label Mar 15, 2021
@MewX
Copy link
Owner

MewX commented Aug 2, 2023

希望v1.19可以修复这个问题(明天应该会推送到beta channel)

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

No branches or pull requests

2 participants