Skip to content

Commit edd77d7

Browse files
committed
chore: remove unused parameter
1 parent f80b6f4 commit edd77d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ class AppViewModel @Inject constructor(
671671
}
672672
}
673673

674-
private suspend fun handleScan(result: String, isQrCode: Boolean) = withContext(bgDispatcher) {
674+
private suspend fun handleScan(result: String) = withContext(bgDispatcher) {
675675
// always reset state on new scan
676676
resetSendState()
677677
resetQuickPayData()

0 commit comments

Comments
 (0)