Skip to content

Commit

Permalink
Dismiss keyboard on login (success)
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Jul 5, 2023
1 parent 40a2a5d commit df40da4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/Views/Login/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import PropTypes from 'prop-types';
import {
Alert,
ActivityIndicator,
Keyboard,
Text,
View,
SafeAreaView,
Expand Down Expand Up @@ -387,6 +388,8 @@ class Login extends PureComponent {
this.props.selectedAddress,
);

Keyboard.dismiss();

// Get onboarding wizard state
const onboardingWizard = await DefaultPreference.get(ONBOARDING_WIZARD);
if (onboardingWizard) {
Expand Down

0 comments on commit df40da4

Please sign in to comment.