Skip to content

Commit 1ca6f29

Browse files
authored
Merge pull request #97 from code-payments/fix/micropayments-redirect
fix(micropayments): remove double intent handling for cancel/success …
2 parents b829c9c + ec369c0 commit 1ca6f29

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • app/src/main/java/com/getcode/view/main/home

app/src/main/java/com/getcode/view/main/home/HomeScan.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ fun HomeScreen(
140140
flags = Intent.FLAG_ACTIVITY_NEW_TASK
141141
}
142142
)
143-
ChromeTabsUtils.launchUrl(context, it)
144143
}.launchIn(this)
145144
}
146145
}

0 commit comments

Comments
 (0)