Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Sep 6, 2024
1 parent 157aeac commit ece36b7
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,9 @@ class AuthorizingPaymentActivity : AppCompatActivity() {
data: Intent?,
) {
if (requestCode == REQUEST_EXTERNAL_CODE) {
if (isDeepLinkSuccOpened)
{
finishActivityWithSuccessful(data)
}
if (isDeepLinkSuccOpened) {
finishActivityWithSuccessful(data)
}
}
}

Expand Down

0 comments on commit ece36b7

Please sign in to comment.