mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2649 Protocol | Enhancement | 0.35.0-rc5 (#1372)
This commit is contained in:
parent
b2dd0265b6
commit
26ae59d803
21 changed files with 143 additions and 146 deletions
|
@ -18,10 +18,7 @@ fun StubAccount(
|
|||
avatar: Url? = null,
|
||||
color: String? = null
|
||||
) : Account = Account(
|
||||
id = id,
|
||||
name = name,
|
||||
avatar = avatar,
|
||||
color = color
|
||||
id = id
|
||||
)
|
||||
|
||||
fun StubConfig(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue