Skip to content

Commit c3fa97c

Browse files
authored
Merge pull request #343 from synonymdev/fix/quickay-duplicated-line
fix: remove duplicated navigation line
2 parents 4ba7a25 + 53dffc8 commit c3fa97c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/main/java/to/bitkit/ui/sheets/SendSheet.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,6 @@ fun SendSheet(
233233
sats = amountWithFee,
234234
),
235235
)
236-
237-
navController.navigate(SendRoute.Success) {
238-
popUpTo(startDestination) { inclusive = true }
239-
}
240236
},
241237
onShowError = { errorMessage ->
242238
navController.navigate(SendRoute.Error(errorMessage))

0 commit comments

Comments
 (0)