We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073bf36 commit 56abcaaCopy full SHA for 56abcaa
auth-api/src/main/java/kasem/sm/auth_api/ObserveAuthState.kt
@@ -11,7 +11,7 @@ import kotlinx.coroutines.flow.Flow
11
class ObserveAuthState @Inject constructor(
12
private val authManager: AuthManager
13
) : ObserverInteractor<Unit, AuthState>() {
14
- override suspend fun execute(params: Unit): Flow<AuthState> {
+ override fun execute(params: Unit): Flow<AuthState> {
15
return authManager.state
16
}
17
0 commit comments