mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-05 11:10:47 -06:00
[client] Don't try to upload urls and text
This commit is contained in:
@@ -85,6 +85,7 @@ class _ExplorerViewState extends State<ExplorerView> {
|
||||
}
|
||||
|
||||
Future<void> handleShareIntent(List<SharedMediaFile> 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<PhylumAccount>();
|
||||
|
||||
Reference in New Issue
Block a user