diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/bookmarkgroups/display/BookmarkGroupViewModel.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/bookmarkgroups/display/BookmarkGroupViewModel.kt index 3763d26c6..97b12bad6 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/bookmarkgroups/display/BookmarkGroupViewModel.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/bookmarkgroups/display/BookmarkGroupViewModel.kt @@ -111,7 +111,7 @@ class BookmarkGroupViewModel( isCurrentlyPrivate: Boolean, ) { removeBookmarkFromGroup(groupIdentifier, bookmark, isCurrentlyPrivate) - delay(1000L) + delay(1500L) addBookmarkToGroup(groupIdentifier, bookmark, !isCurrentlyPrivate) }