Increase delay time in moveBookmark. Need to find a better alternative to delay.
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ class BookmarkGroupViewModel(
|
||||
isCurrentlyPrivate: Boolean,
|
||||
) {
|
||||
removeBookmarkFromGroup(groupIdentifier, bookmark, isCurrentlyPrivate)
|
||||
delay(1000L)
|
||||
delay(1500L)
|
||||
addBookmarkToGroup(groupIdentifier, bookmark, !isCurrentlyPrivate)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user