We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80b6f4 commit edd77d7Copy full SHA for edd77d7
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -671,7 +671,7 @@ class AppViewModel @Inject constructor(
671
}
672
673
674
- private suspend fun handleScan(result: String, isQrCode: Boolean) = withContext(bgDispatcher) {
+ private suspend fun handleScan(result: String) = withContext(bgDispatcher) {
675
// always reset state on new scan
676
resetSendState()
677
resetQuickPayData()
0 commit comments