refactor: clean up unused
This commit is contained in:
@@ -328,8 +328,6 @@ fun WalletScreen(
|
||||
arguments = listOf(navArgument("checkingId") { type = NavType.StringType })
|
||||
) { backStackEntry ->
|
||||
val checkingId = backStackEntry.arguments?.getString("checkingId") ?: ""
|
||||
// val historyState by historyVm.state.collectAsState()
|
||||
val historyState by historyVm.filteredState.collectAsState()
|
||||
val payment = historyVm.findPayment(checkingId)
|
||||
|
||||
if (payment != null) {
|
||||
|
||||
Reference in New Issue
Block a user