From f66057d647ae6f330f38c68f761f88bcbb60077c Mon Sep 17 00:00:00 2001 From: Santo Shakil Date: Fri, 21 Aug 2026 23:26:37 +0600 Subject: [PATCH] drop the version pin from the resolver comment --- mobile/lib/repositories/asset_media.repository.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/lib/repositories/asset_media.repository.dart b/mobile/lib/repositories/asset_media.repository.dart index 803bd10d3e..bd4928deb3 100644 --- a/mobile/lib/repositories/asset_media.repository.dart +++ b/mobile/lib/repositories/asset_media.repository.dart @@ -289,9 +289,9 @@ class AssetMediaRepository { return null; } - /// As of share_plus 10.1.4, sharing copies every file into a single cache - /// folder regardless of where it came from, and equal names overwrite each - /// other there. Downloads are renamed to their display name first since + /// share_plus copies every file of one share into a single cache folder + /// regardless of where it came from, and equal names overwrite each other + /// there. Downloads are renamed to their display name first since /// receivers only see the on-disk filename, and a name already taken in the /// batch gets the first free ` (n)` suffix because gallery originals cannot /// be renamed.