From e9563485757d0fe5ebbf2ec05f9cd6e1a9a6c6d9 Mon Sep 17 00:00:00 2001 From: ricky Date: Thu, 16 Jul 2020 20:55:39 -0400 Subject: [PATCH] Increase ANDROID_OFFSET (#1697) --- app/components/UI/DrawerView/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/UI/DrawerView/index.js b/app/components/UI/DrawerView/index.js index 5056a9cca98..4e19f8db69f 100644 --- a/app/components/UI/DrawerView/index.js +++ b/app/components/UI/DrawerView/index.js @@ -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,