Skip to content

Commit ec369c0

Browse files
committed
fix(micropayments): remove double intent handling for cancel/success redirect
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent b829c9c commit ec369c0

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)