Crash on startup with Android 13 #166
Labels
No Label
Difficulty - Beginner friendly
Difficulty = Easy
Difficulty = Hard
Difficulty = Medium
Priority = CRITICAL
Priority = High
Priority = Low
Priority = Normal
Priority = Some day
Status - Fixed somewhere else
Status - No details provided
Status = Can't fix
Status = Duplicate
Status = Help wanted
Status = Invalid
Status = Need more details
Status = Taken
Status = Wontfix
Type - Selfoss works like this
Type = Bug
Type = Chore
Type = Enhancement
Type = Feature
Type = Question
Type = SELFOSS API ISSUE
Type = Tools
Type = UX/Design
Up For Grabs
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Louvorg/ReaderForSelfoss-multiplatform#166
Loading…
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.