Skip to content

Commit

Permalink
docs: Add todo to simplify ui state of the import screen
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Dec 18, 2024
1 parent db966c7 commit c83d626
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class TransferSendManager @Inject constructor(
private val uploadWorkerScheduler: UploadWorker.Scheduler,
) {

// TODO: Merge these two ui states in a single one for the whole flow of logic
private val _sendActionResult = MutableStateFlow<SendActionResult?>(SendActionResult.NotStarted)
val sendActionResult = _sendActionResult.asStateFlow()

Expand Down

0 comments on commit c83d626

Please sign in to comment.