Skip to content

Commit 837c5cf

Browse files
committed
[FEAT/#380] 알림 딥링크 오류 수정
1 parent 6891ad9 commit 837c5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/firebase/src/main/java/com/terning/core/firebase/messageservice/TerningMessagingService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class TerningMessagingService : FirebaseMessagingService() {
163163
private fun buildDeeplink(type: String, isForeground: Boolean): String {
164164
val base = DeeplinkHost.from(type) ?: return ""
165165

166-
return if (isForeground) DeeplinkDefaults.build(base.path)
166+
return if (isForeground) DeeplinkDefaults.build(host = base.path)
167167
else DeeplinkDefaults.build(host = BACKGROUND_HOST, redirect = base.path)
168168
}
169169

0 commit comments

Comments
 (0)