diff --git a/assets/2.0x/broken_heart.png b/assets/2.0x/broken_heart.png deleted file mode 100644 index 31c9014bc..000000000 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 7be1e70de..000000000 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 b8288cee8..000000000 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 bb4084ea9..9087c9c62 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; } },