Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Added Missing default values for IvyFeatures(Removed Default value fo…
Browse files Browse the repository at this point in the history
…r BoolFeature.defaultValue)
  • Loading branch information
shamim-emon committed Oct 20, 2024
1 parent 4d18a32 commit a05883f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BoolFeature(
val group: FeatureGroup? = null,
val name: String? = null,
val description: String? = null,
private val defaultValue: Boolean = false
private val defaultValue: Boolean
) {
@Composable
fun asEnabledState(): Boolean {
Expand Down

0 comments on commit a05883f

Please sign in to comment.