Skip to content

Commit 46efcf9

Browse files
committed
Add the override modifier to InAppMessageActionUrlType toString
1 parent 7f56342 commit 46efcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/core/src/main/java/com/onesignal/inAppMessages/InAppMessageActionUrlType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enum class InAppMessageActionUrlType(
2424
REPLACE_CONTENT("replacement"),
2525
;
2626

27-
fun toString(): String {
27+
override fun toString(): String {
2828
return text
2929
}
3030

0 commit comments

Comments
 (0)