Skip to content

Commit

Permalink
fixup! Clean CredentialsStorage injection with platformModule() indir…
Browse files Browse the repository at this point in the history
…ection layer
  • Loading branch information
opatry committed Sep 20, 2024
1 parent 2a245c0 commit 082e4a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class MainActivity : AppCompatActivity() {
val coroutineScope = rememberCoroutineScope()
var signInStatus by remember { mutableStateOf(SignInStatus.Loading) }
val credentialsStorage = koinInject<CredentialsStorage>()
credentialsStorage.tempRootPath = cacheDir.absolutePath
LaunchedEffect(Unit) {
signInStatus = if (credentialsStorage.load() != null) {
SignInStatus.SignedIn
Expand Down

0 comments on commit 082e4a0

Please sign in to comment.