diff --git a/assets/2.0x/broken_heart.png b/assets/2.0x/broken_heart.png deleted file mode 100644 index 31c9014bc6f0f164f8a4b7824d009df7f56cd988..0000000000000000000000000000000000000000 Binary files a/assets/2.0x/broken_heart.png and /dev/null differ diff --git a/assets/3.0x/broken_heart.png b/assets/3.0x/broken_heart.png deleted file mode 100644 index 7be1e70dedf9abeeb0f5ce726f330a0d65ccc87a..0000000000000000000000000000000000000000 Binary files a/assets/3.0x/broken_heart.png and /dev/null differ diff --git a/assets/broken_heart.png b/assets/broken_heart.png deleted file mode 100644 index b8288cee8e750d871e3ba52d53c7d79e1aba61c6..0000000000000000000000000000000000000000 Binary files a/assets/broken_heart.png and /dev/null differ diff --git a/lib/ui/actions/collection/collection_sharing_actions.dart b/lib/ui/actions/collection/collection_sharing_actions.dart index bb4084ea93a6077c25f967437137b6b929bedb1b..9087c9c625ab9622c327ef8838b08f8894778985 100644 --- a/lib/ui/actions/collection/collection_sharing_actions.dart +++ b/lib/ui/actions/collection/collection_sharing_actions.dart @@ -295,8 +295,7 @@ class CollectionActions { // collection should be empty on server now await collectionsService.trashEmptyCollection(collection); } catch (e, s) { - logger.severe( - "Failed to keep photos and delete collection", e, s); + logger.severe("Failed to keep photos & delete collection", e, s); rethrow; } },