kopia lustrzana https://gitlab.com/mysocialportal/relatica
Change ObjectBox inserts to use queued instead of async
rodzic
cfa1ad79ca
commit
b68e9a999e
|
@ -18,7 +18,7 @@ class ObjectBoxHashtagRepo implements IHashtagRepo {
|
|||
|
||||
@override
|
||||
void add(Hashtag tag) {
|
||||
box.putAsync(tag);
|
||||
box.putQueued(tag);
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Ładowanie…
Reference in New Issue