| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
test |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #4461
It seems Android fires a complementary IME_ACTION_UNSPECIFIED action each time IME_ACTION_GO, IME_ACTION_SEARCH, or IME_ACTION_SEND is fired. As we need the IME_ACTION_UNSPECIFIED logic for a different fix (#5121) the proposal is to remove the explicit GO/SEARCH/SEND checks and handle them through the IME_ACTION_UNSPECIFIED.
Tested this change on physical Google Pixel and Samsung S8 phone, as well as on emulators with API levels 22, 23, and 25.