mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-3081 Settings | Tech | Safer observe settings - hotfix (#1827)
This commit is contained in:
parent
f7201b30b4
commit
850dfd382e
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ import androidx.lifecycle.ViewModelProvider
|
|||
import com.anytypeio.anytype.analytics.base.Analytics
|
||||
import com.anytypeio.anytype.core_utils.di.scope.PerScreen
|
||||
import com.anytypeio.anytype.di.common.ComponentDependencies
|
||||
import com.anytypeio.anytype.domain.account.AwaitAccountStartManager
|
||||
import com.anytypeio.anytype.domain.auth.repo.AuthRepository
|
||||
import com.anytypeio.anytype.domain.base.AppCoroutineDispatchers
|
||||
import com.anytypeio.anytype.domain.block.repo.BlockRepository
|
||||
|
@ -69,4 +70,5 @@ interface VaultComponentDependencies : ComponentDependencies {
|
|||
fun auth(): AuthRepository
|
||||
fun appActionManager(): AppActionManager
|
||||
fun logger(): Logger
|
||||
fun awaitAccount(): AwaitAccountStartManager
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue