-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on special characters input in expiry date (#283)
* Fix crash on special characters input * Extract logic to private function & format * Fixed failing unit tests * Ignore flaky test * Test adding delay to UI tests * Revert "Test adding delay to UI tests" This reverts commit 2e15d2d. * Add test to cover new cases * Remove nullability for sequence in onTextChanged * Restrict change to keyboard type
- Loading branch information
1 parent
cdcbb0e
commit 356a79e
Showing
3 changed files
with
17 additions
and
9 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