forked from androidx/androidx
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
iOS textfield with visual transformation crashes after single tap (#1045
) fixed crash on iOS in textfield with visual transformation which changes amount of visible symbols ## Proposed Changes - Changed way of getting current text - Disabled custom cupertino behavior for textfield with visual transformation ## Testing Test: Open any textfield in test app, try to type something and tap on the text, it shouldn't crash ## Issues Fixed Fixes: JetBrains/compose-multiplatform#4206 ## Google CLA You need to sign the Google Contributor’s License Agreement at https://cla.developers.google.com/. This is needed since we synchronise most of the code with Google’s AOSP repository. Signing this agreement allows us to synchronise code from your Pull Requests as well.
- Loading branch information
1 parent
196a912
commit f500653
Showing
2 changed files
with
22 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