diff --git a/client/lib/ui/explorer/explorer_view.dart b/client/lib/ui/explorer/explorer_view.dart index 0a2353a0..f58f4fe6 100644 --- a/client/lib/ui/explorer/explorer_view.dart +++ b/client/lib/ui/explorer/explorer_view.dart @@ -85,6 +85,7 @@ class _ExplorerViewState extends State { } Future handleShareIntent(List files) async { + files.removeWhere((f) => f.type == SharedMediaType.text || f.type == SharedMediaType.url); if (files.isEmpty) return; final paths = files.map((f) => f.path).toList(growable: false); final account = context.read();