File tree 1 file changed +4
-3
lines changed
presentation/src/main/java/com/idle/presentation
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -254,8 +254,8 @@ class MainActivity : AppCompatActivity() {
254
254
255
255
private fun handleDeepLink (deepLink : DeepLink ) {
256
256
try {
257
- val sharedJobPostingId = deepLink.getStringValue(" sharedJobPostingId " )
258
- val sharedJobPostingType = deepLink.getStringValue(" sharedJobPostingType " )
257
+ val sharedJobPostingId = deepLink.getStringValue(" deep_link_value " )
258
+ val sharedJobPostingType = deepLink.getStringValue(" deep_link_sub1 " )
259
259
viewModel.setSharedJobPostingInfo(
260
260
SharedJobPostingInfo (
261
261
jobPostingId = sharedJobPostingId ? : return ,
@@ -408,7 +408,8 @@ class MainActivity : AppCompatActivity() {
408
408
409
409
private fun shareJobPosting (sharedJobPostingInfo : ShareJobPostingInfo ) {
410
410
val oneLinkUrl =
411
- " https://caremeet.onelink.me/dXPO/edg5vvwt?sharedJobPostingId=${sharedJobPostingInfo.id} &sharedJobPostingType=${sharedJobPostingInfo.type} "
411
+ " https://caremeet.onelink.me/dXPO/edg5vvwt?deep_link_value=${sharedJobPostingInfo.id} &deep_link_sub1=${sharedJobPostingInfo.type} "
412
+
412
413
val jobPostingFeed = FeedTemplate (
413
414
content = Content (
414
415
title = sharedJobPostingInfo.centerName,
You can’t perform that action at this time.
0 commit comments