Skip to content

Commit

Permalink
refactor: Delete unused SentListScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Nov 12, 2024
1 parent 1b8a691 commit 4a076fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ private fun SentScreen(transfers: List<Any>?) {
}
},
) {
if (transfers.isEmpty()) {
SentEmptyScreen()
} else {
SentListScreen(transfers)
}
if (transfers.isEmpty()) SentEmptyScreen()
}
}

Expand Down

0 comments on commit 4a076fe

Please sign in to comment.