mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1380 Settings | Enhancement | Add device id to the tech info output (#54)
This commit is contained in:
parent
48753d9278
commit
97d31c2e73
7 changed files with 21 additions and 7 deletions
|
@ -32,14 +32,16 @@ fun StubConfig(
|
|||
gateway: Url = MockDataFactory.randomUuid(),
|
||||
workspace: Id = MockDataFactory.randomUuid(),
|
||||
widgets: Id = MockDataFactory.randomUuid(),
|
||||
analytics: Id = MockDataFactory.randomUuid()
|
||||
analytics: Id = MockDataFactory.randomUuid(),
|
||||
device: Id = MockDataFactory.randomUuid()
|
||||
) : Config = Config(
|
||||
home = home,
|
||||
profile = profile,
|
||||
gateway = gateway,
|
||||
workspace = workspace,
|
||||
widgets = widgets,
|
||||
analytics = analytics
|
||||
analytics = analytics,
|
||||
device = device
|
||||
)
|
||||
|
||||
fun StubFeatureConfig(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue