-
Notifications
You must be signed in to change notification settings - Fork 99
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 crashes when view an item in the history #90
Comments
Can't reproduce so far, tried on Android 5.1.1 and 9.0 - no crashes |
I tried again on a 9.0 Android emulator (I donot have such a real device), and the crash is reproducable. Here's the stack trace if it helps...
I notice that the itkach.aard2.ArticleFragment.onOptionsItemSelected(ArticleFragment.java:114) method is annotated deprecated, but it's still called. |
I was also able to reproduce the crash on a vivo NEX S phone. Same stack trace, and the app quickly relaunches. |
Ah, I see it now. I think I was not actually clicking menu items before... It crashes alright :) Thank you for the report, I'll fix it. |
Resolved in 42bf093. Menu is now hidden for missing articles since those actions have no meaning without content. |
This seems fixed in 0.41 but I just noticed that on Google Play there is still vs.0.39 from last year. |
just didn't get around to it, will publish in Play store soon |
App version: 0.40
Android version: 5.0
Device: Nexux_5X
Step to reproduce:
Expected behavior: do something or notify the dic is lost
Current behavior: the app crashes
The text was updated successfully, but these errors were encountered: