Skip to content

Commit

Permalink
Credit Card Support
Browse files Browse the repository at this point in the history
  • Loading branch information
SAUL committed Nov 20, 2024
1 parent 7f95027 commit cde6010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package viewmodel
package core.models

sealed class SecVaultEvent {
data object LoadCredentials : SecVaultEvent()
Expand Down
5 changes: 1 addition & 4 deletions src/main/kotlin/viewmodel/SecVaultScreenModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ package viewmodel
import cafe.adriel.voyager.core.model.ScreenModel
import cafe.adriel.voyager.core.model.screenModelScope
import core.AppState
import core.models.CredentialSort
import core.models.DefaultMenuItem
import core.models.Result
import core.models.UiState
import core.models.*
import core.models.criteria.CredentialSearchCriteria
import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.Dispatchers
Expand Down

0 comments on commit cde6010

Please sign in to comment.