Closed Morteza-Rastgoo closed 4 years ago
It was 2.3.0 Let me try 3.0.0-RC2.
Thanks this is fine with the 3.0.0-RC2.
Thanks for the confirmation!
Maybe I should release 3.0.0.
Sounds Good.
Can I ask an Irrelevant question?
In a Fragment, I have 4 editTexts which I don't want to get Automatic focus
when page opens or onResume In One Of the editTexts
.
The only working solution to avoid keyboard opening onResume is to use this library and close the keyboard if focus is on one of editTexts that I don't want to get keyboard opened.
Is there any other solution to this?
As Described in the Readme:
LifeCycleOwner is not an option in the method. Can you please explain why it is removed?