Crash on startup with Android 13 #166
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
CONTRIBUTING
guide ?Description
When I open it on my old Android phone, the app crashes immediately after the initial activity is opened.
`adb logcat` output
`/api/about` content after login (in web browser)
Steps to Reproduce
Expected behavior: The app should not crash.
Actual behavior: The app crashes and a toast is displayed that the crash was reported.
Device
@jtojnar @cmm can you please test the last release here ?
I can't reproduce the issue on my end, even with the previous version.
seems good now, thank you!
Thanks for the report !
Works for me too. Thanks.
Looking at
24b86e66b4
, I guess the relevant code is this check. But theBUILTIN_SERIALIZERS
is private and the list of the builtins is hardcoded and they appear to usekotlin.
prefix so it is curious where does the duplicateb
come from.Not sure where the issue originated from.
I added ui test to catch these type of issues.