fix nfc related crash bug
Auto Tag on Version Change / check-version (push) Failing after 11m8s

This commit is contained in:
2026-05-30 18:50:15 +05:00
parent abc1a43ad6
commit 1d2cd40b3c
@@ -56,8 +56,7 @@ class BmlHostCardEmulatorService : HostApduService() {
}
private fun launchPromptActivity() {
val intent = Intent("sh.sar.basedbank.TAP_TO_PAY").apply {
setPackage(applicationContext.packageName)
val intent = Intent(applicationContext, BmlTapToPayActivity::class.java).apply {
flags = Intent.FLAG_ACTIVITY_NEW_TASK
}
startActivity(intent)