Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
liaz-af committed Mar 20, 2022
1 parent 11178dd commit 45aff64
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions swift/basic_app/basic_app/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,13 @@ extension AppDelegate: DeepLinkDelegate {

let deepLinkStr:String = deepLinkObj.toString()
NSLog("[AFSDK] DeepLink data is: \(deepLinkStr)")


if( deepLinkObj.isDeferred == true) {
NSLog("[AFSDK] This is a deferred deep link")
}
else {
NSLog("[AFSDK] This is a direct deep link")
}

if( deepLinkObj.isDeferred == true) {
NSLog("[AFSDK] This is a deferred deep link")
}
else {
NSLog("[AFSDK] This is a direct deep link")
}

fruitNameStr = deepLinkObj.deeplinkValue

Expand Down

0 comments on commit 45aff64

Please sign in to comment.