You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
… 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.
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
The text was updated successfully, but these errors were encountered: