Bug 1862402 - Mark AnalysisPresent as Immutable for compose compiler

fenix/121.0
rahulsainani 8 months ago committed by mergify[bot]
parent 8e44e00662
commit 87d4f27bd3

@ -4,6 +4,7 @@
package org.mozilla.fenix.shopping.store
import androidx.compose.runtime.Immutable
import mozilla.components.lib.state.State
import org.mozilla.fenix.shopping.store.ReviewQualityCheckState.HighlightType
import java.util.SortedMap
@ -106,6 +107,7 @@ sealed interface ReviewQualityCheckState : State {
* @property highlights Optional highlights based on recent reviews of the product.
* @property recommendedProductState The state of the recommended product.
*/
@Immutable
data class AnalysisPresent(
val productId: String,
val reviewGrade: Grade?,

Loading…
Cancel
Save