mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2789 App | Tech | Optimize unsubscribe for global subscriptions (#1534)
This commit is contained in:
parent
51ef35c45c
commit
63a658d515
11 changed files with 664 additions and 135 deletions
|
@ -213,7 +213,7 @@ fun StubCallout(
|
|||
|
||||
fun StubRelation(
|
||||
relationKey: String = MockDataFactory.randomString(),
|
||||
format: RelationFormat
|
||||
format: RelationFormat = Relation.Format.SHORT_TEXT
|
||||
): Relation = Relation(
|
||||
key = relationKey,
|
||||
name = MockDataFactory.randomString(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue