NTP-2564 | Sohan Reddy | Fix for back handling when user logs in through deeplink (#12265)

This commit is contained in:
Sohan Reddy Atukula
2024-08-30 16:26:51 +05:30
committed by GitHub
parent 1066ded5f5
commit d75990d941

View File

@@ -59,6 +59,7 @@ abstract class CoinBaseActivity :
navArgs = NavArgs(ctaData = CtaData(url = DeeplinkConstants.HOME)),
navAction = NavigationAction.Default
)
super.finish()
} else {
super.finish()
startExitAnimation()