Skip to content

Commit 0b42980

Browse files
matusekmaLasOriLordAndrasmegamegaxFarkasAndrasDev
committed
fix(push-icon): rename small push icon key
ticket: SDK-846 epic: SDK-709 Co-authored-by: LasOri <24588073+LasOri@users.noreply.github.com> Co-authored-by: Andras Sarro <lordandras@users.noreply.github.com> Co-authored-by: megamegax <megamegax@users.noreply.github.com> Co-authored-by: Andras Farkas <224590688+FarkasAndrasDev@users.noreply.github.com>
1 parent 724da14 commit 0b42980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engagement-cloud-sdk/src/commonMain/kotlin/com/sap/ec/api/push/PushConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ internal object PushConstants {
88
const val PUSH_TOKEN_INTENT_FILTER_ACTION = "com.sap.ec.sdk.PUSH_TOKEN"
99
const val PUSH_MESSAGE_PAYLOAD_INTENT_KEY = "pushPayload"
1010
const val PUSH_MESSAGE_PAYLOAD_INTENT_FILTER_ACTION = "com.sap.ec.sdk.PUSH_MESSAGE_PAYLOAD"
11-
const val PUSH_NOTIFICATION_ICON_NAME = "com.sap.ec.sample.small_notification_icon"
11+
const val PUSH_NOTIFICATION_ICON_NAME = "com.sap.ec.small_notification_icon"
1212
const val DEFAULT_TAP_ACTION_ID = "defaultTapActionId"
1313
const val INTENT_EXTRA_ACTION_KEY = "action"
1414
const val INTENT_EXTRA_DEFAULT_TAP_ACTION_KEY = "defaultTapAction"

0 commit comments

Comments
 (0)