Rallista / maplibre-compose-playground

Composable MapLibre for Android Kotlin.
Mozilla Public License 2.0
6 stars 3 forks source link

Revisit hachCode and equals manual implementations #30

Open ianthetechie opened 2 months ago

ianthetechie commented 2 months ago

See CameraState as an example. The current implementation appears to be required because the sealed class variants are not being distinguished otherwise (per @Archdoog; we discussed on a review call for #29). The current implementation works, but feels brittle, so we can revisit later and figure out if there are any better approaches.