Skip to content

Commit

Permalink
Increase ANDROID_OFFSET (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes authored Jul 17, 2020
1 parent 326a55b commit e956348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UI/DrawerView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import { NavigationActions } from 'react-navigation';
import { getEther } from '../../../util/transactions';
import { newAssetTransaction } from '../../../actions/transaction';

const ANDROID_OFFSET = 30;
const ANDROID_OFFSET = 38;
const styles = StyleSheet.create({
wrapper: {
flex: 1,
Expand Down

0 comments on commit e956348

Please sign in to comment.