We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce360c3 + 77ca3a6 commit e907988Copy full SHA for e907988
1 file changed
feature/aliasdetail/src/main/java/io/simplelogin/feature/aliasdetail/AliasDetailViewModel.kt
@@ -44,6 +44,7 @@ import kotlinx.coroutines.launch
44
class AliasDetailViewModel @AssistedInject constructor(
45
@ApplicationContext private val context: Context,
46
@Assisted private val aliasIdValue: Int,
47
+ @Assisted val apiKeyValue: String,
48
@LoadingState private val loadingState: LoadingStateFlow,
49
private val showSnackbarInformation: ShowSnackbarInformationUseCase,
50
private val showSnackbarFailure: ShowSnackbarFailureUseCase,
0 commit comments