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

Bug: ActivityNotFound Exception in BankAccountDetailsActivity #1649

Closed
Sarthak9504 opened this issue Jun 11, 2024 · 0 comments · Fixed by #1650
Closed

Bug: ActivityNotFound Exception in BankAccountDetailsActivity #1649

Sarthak9504 opened this issue Jun 11, 2024 · 0 comments · Fixed by #1650

Comments

@Sarthak9504
Copy link
Contributor

Sarthak9504 commented Jun 11, 2024

Summary:

In the BankAccountDetailsActivity when we try to move to the SetupUpiPinActivity it gives the mentioned exception. The activity is not properly registered in the manifest file.

Steps to reproduce:

Open the Mifos App -> Finance (bottom navigation) -> Accounts (Fragment) -> Click any of the bank account -> Set Upi Button

Expected behavior:

The intent from BankAccountDetailsActivity to SetupUpiPinActivity should not cause error.

Observed behavior:

The intent from BankAccountDetailsActivity to SetupUpiPinActivity should not causes exception.

Device and Android version:

Galaxy J6+ Android 10.

Video

Before.mp4
therajanmaurya pushed a commit that referenced this issue Jun 11, 2024
… when trying to pass an intent to SetupUpiPinActivity. (#1650)

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.
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 a pull request may close this issue.

1 participant