fix: download feedback (#22178)

* fix: download feedback

* chore: use FAB for asset viewer as well
This commit is contained in:
Alex 2025-09-19 00:47:01 -05:00 committed by GitHub
parent 642065f506
commit 33d76fb386
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 185 additions and 42 deletions

View file

@ -356,7 +356,6 @@ class ActionNotifier extends Notifier<void> {
Future<ActionResult> downloadAll(ActionSource source) async {
final assets = _getAssets(source).whereType<RemoteAsset>().toList(growable: false);
try {
final didEnqueue = await _service.downloadAll(assets);
final enqueueCount = didEnqueue.where((e) => e).length;