Skip to content

Commit

Permalink
Bugfix/import account view (#1507)
Browse files Browse the repository at this point in the history
* fix

* snap
  • Loading branch information
estebanmino authored Apr 27, 2020
1 parent f295280 commit cdb78cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`ImportPrivateKey should render correctly 1`] = `
<KeyboardAwareScrollViewMock
contentContainerStyle={
Object {
"flex": 1,
"flexGrow": 1,
}
}
enableAutomaticScroll={true}
Expand Down
2 changes: 1 addition & 1 deletion app/components/Views/ImportPrivateKey/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const styles = StyleSheet.create({
flex: 1
},
wrapper: {
flex: Device.isAndroid() ? 0 : 1
flexGrow: 1
},
content: {
alignItems: 'flex-start'
Expand Down

0 comments on commit cdb78cb

Please sign in to comment.