Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1649 fixed the exception in the BankAccountDetailsActivity occurred… #1650

Merged
merged 2 commits into from
Jun 11, 2024
Merged

#1649 fixed the exception in the BankAccountDetailsActivity occurred… #1650

merged 2 commits into from
Jun 11, 2024

Conversation

Sarthak9504
Copy link
Contributor

… when trying to pass an intent to SetupUpiPinActivity.

Issues Fix
Fixes #1649

Description
In the BankAccountDetailsActivity when we try to move to the SetUpiPinActivity it gives the mentioned exception. The activity is not properly registered in the manifest file. I have registered the activity correctly.

Issue Fix

Fixes #1649

Screenshots

Before:

Before.mp4

After:

After.mp4

Description

I have registered the SetupUpiPinActivity in the manifest file correctly so that the intent works fine and exception is not occurred.

  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

… when trying to pass an intent to SetupUpiPinActivity.

 Issues Fix
 Fixes #1649

 Description
 In the BankAccountDetailsActivity when we try to move to the SetUpiPinActivity it gives the mentioned exception. The activity is not properly registered in the manifest file. I have registered the activity correctly.
@Sarthak9504
Copy link
Contributor Author

@PratyushSingh07 can you please review the changes
Thank you.

@therajanmaurya therajanmaurya merged commit 0050e8e into openMF:dev Jun 11, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: ActivityNotFound Exception in BankAccountDetailsActivity
2 participants