[Fix] Keyboard Close on Forgot Password tap (#15968)
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
This commit is contained in:
parent
4fe2ccaa84
commit
c5d74dc758
|
@ -227,8 +227,10 @@
|
|||
:style {:margin-left -4}
|
||||
:disabled processing
|
||||
:active-opacity 1
|
||||
:on-press #(rf/dispatch [:show-bottom-sheet
|
||||
{:content forget-password-doc :shell? true}])}
|
||||
:on-press (fn []
|
||||
(rn/dismiss-keyboard!)
|
||||
(rf/dispatch [:show-bottom-sheet
|
||||
{:content forget-password-doc :shell? true}]))}
|
||||
[rn/text
|
||||
{:style {:text-decoration-line :underline
|
||||
:color colors/danger-60}
|
||||
|
|
Loading…
Reference in New Issue