Skip to content

Commit ad13fb0

Browse files
committed
fix: set a default value for productName property
1 parent bce15bd commit ad13fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • owncloudDomain/src/main/java/com/owncloud/android/domain/appregistry/model

owncloudDomain/src/main/java/com/owncloud/android/domain/appregistry/model/AppRegistry.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ data class AppRegistryMimeType(
3636

3737
data class AppRegistryProvider(
3838
val name: String,
39-
val productName: String,
39+
val productName: String = "",
4040
val icon: String,
4141
)

0 commit comments

Comments
 (0)