-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
android app🤖 Related to the Android application🤖 Related to the Android applicationbug🪳 Something isn't working🪳 Something isn't working
Description
Describe the bug
Crash when sorting list which contains tasks with no due date.
To Reproduce
Steps to reproduce the behavior:
- Have a list with few tasks, including some without due date
- Sort by due date
Expected behavior
Sorting properly applied and not crash.
Screenshots
If applicable, add screenshots to help explain your problem.
Tip
Fatal Exception: java.lang.IllegalArgumentException: Type of the key None is not supported. On Android you can only use types which can be stored inside the Bundle.
at androidx.compose.runtime.saveable.SaveableStateHolderImpl.SaveableStateProvider(SaveableStateHolder.kt:79)
at androidx.compose.foundation.lazy.layout.LazySaveableStateHolder.SaveableStateProvider(LazySaveableStateHolder.kt:85)Metadata
Metadata
Assignees
Labels
android app🤖 Related to the Android application🤖 Related to the Android applicationbug🪳 Something isn't working🪳 Something isn't working