ARK-Builders / ARK-Builders/Retouch
Implement `Parcelable` for `ImageDefaults`
Open
bug
good first issue
- Dominant language
- Kotlin
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Otherwise can lead to crashes.
```
@Serializable
data class ImageDefaults
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the `ImageDefaults` declaration shown in the issue and inspect how Android parceling is handled elsewhere in the project. Confirm the required `Parcelable` implementation and verify that passing or restoring `ImageDefaults` no longer causes the reported crashes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100