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,
|
isCurrentlyPrivate: Boolean,
|
||||||
) {
|
) {
|
||||||
removeBookmarkFromGroup(groupIdentifier, bookmark, isCurrentlyPrivate)
|
removeBookmarkFromGroup(groupIdentifier, bookmark, isCurrentlyPrivate)
|
||||||
delay(1000L)
|
delay(1500L)
|
||||||
addBookmarkToGroup(groupIdentifier, bookmark, !isCurrentlyPrivate)
|
addBookmarkToGroup(groupIdentifier, bookmark, !isCurrentlyPrivate)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user