-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NEVISACCESSAPP-6287: Require account to exist at transaction confirma…
…tion and other fixes (#28) - Make account a lateinit non-optional property in TransactionConfirmationViewModel as now that Account Selection always comes before Transaction Confirmation, it should always be determined at this point - As the property in TransactionConfirmationNavigationParameter need to be null to be ignored on parcelable (when deserialized, it needs a default value and we cannot really define a better default value than null), a check is necessary in the updateViewModel method, but it just moves this check earlier in the flow (previously a similar check was in confirm) - Remove the mention of the now deleted operation property in TransactionConfirmationNavigationParameter
- Loading branch information
1 parent
ee4094a
commit 446aa7c
Showing
3 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters