Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Aug 27, 2024
1 parent 169846d commit 8d8265c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/service/deeplink_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class DeeplinkServiceImpl extends DeeplinkService {
FlutterBranchSdk.listSession().listen((data) async {
log.info('[DeeplinkService] _handleFeralFileDeeplink with Branch');
log.info('[DeeplinkService] data: $data');
log.info('[DeeplinkService] _deepLinkHandlingMap: $_deepLinkHandlingMap');
if (data['+clicked_branch_link'] == true &&
_deepLinkHandlingMap[data['~referring_link']] == null) {
_deepLinkHandlingMap[data['~referring_link']] = true;
Expand Down

0 comments on commit 8d8265c

Please sign in to comment.