1
0
Fork 0
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:
Evgenii Kozlov 2023-06-12 17:31:13 +02:00 committed by uburoiubu
parent 48753d9278
commit 97d31c2e73
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6
7 changed files with 21 additions and 7 deletions

View file

@ -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(