Skip to content

Commit

Permalink
Fix PlayStore build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nain57 committed Nov 19, 2023
1 parent eaec722 commit 64850c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private fun ProModeAdvantage.Limitation.toDisplayString(context: Context): Strin
ProModeAdvantage.Limitation.CONDITION_COUNT_LIMIT -> R.string.billing_reason_condition_count
ProModeAdvantage.Limitation.DETECTION_DURATION_MINUTES_LIMIT -> R.string.billing_reason_detection_duration_limit
ProModeAdvantage.Limitation.EVENT_COUNT_LIMIT -> R.string.billing_reason_event_count
ProModeAdvantage.Limitation.SCENARIO_COUNT_LIMIT -> R.string.billing_reason_scenario_count
ProModeAdvantage.Limitation.SMART_SCENARIO_COUNT_LIMIT -> R.string.billing_reason_scenario_count
},
limit,
)

0 comments on commit 64850c7

Please sign in to comment.