Remove LoginUserStory.
No that we do not have the WaitList screen anymore, this interface and implementation are useless.
This commit is contained in:
parent
c45a1ca842
commit
516ba08f9c
13 changed files with 6 additions and 119 deletions
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright 2023, 2024 New Vector Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
* Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
package io.element.android.features.login.api
|
||||
|
||||
import kotlinx.coroutines.flow.StateFlow
|
||||
|
||||
interface LoginUserStory {
|
||||
val loginFlowIsDone: StateFlow<Boolean>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue