Skip to content

Commit

Permalink
receive intent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Feb 18, 2024
1 parent 6847b8e commit 2d305c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class _MyAppState extends State<MyApp> {
_sharedFiles.clear();
_sharedFiles.addAll(event);
log(_sharedFiles[0].mimeType.toString(), name: "Shared Files Offline");
log(_sharedFiles[0].path, name: "Shared Files");
log(_sharedFiles[0].path, name: "Shared Files Offline");
ProcessIncomingIntent(_sharedFiles);
});
}
Expand Down

0 comments on commit 2d305c7

Please sign in to comment.