-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Crash when opening app: ClassCastException: String cannot be cast to Long #783
Comments
Thanks for reporting this. Its troubling because these are lines I refactored recently. I don't see anything wrong with them though, but did find another problem that might account for the crash. Have you used the in-app backup/restore functionality? I'm thinking the crash is because one of the settings (a long) has been mistakenly imported as a String. It is one of the prefs used by "current location", so the crash probably only appears after that mode is enabled somewhere. |
I did use backup and restore function recently.
--
Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi brevedad.
|
adds missing statement to getPrefTypes; Long types are mistakenly imported as Strings, crashing the app when those values are eventually used. #783
removes `GETFIX_TIME` from list of ALL_KEYS; omit this key from backup/restore. #783
modifies `lastAutoLocationRequest` so that it tolerates the wrong type (a Long as String because of #783).
Describe the bug
When I try to open the app, it immediately crashes before opening.
I think the last thing I did before this started to happen was that I created a new widget
Version Info:
Relevant Logcat:
The text was updated successfully, but these errors were encountered: