From b9105a8d1209edb9edf27720e7f040fd7f1cc457 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Mon, 27 Apr 2020 09:56:23 -0300 Subject: [PATCH] Remove inline style --- app/views/ScreenLockConfigView.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/ScreenLockConfigView.js b/app/views/ScreenLockConfigView.js index 2fff37e37..fcc6e5189 100644 --- a/app/views/ScreenLockConfigView.js +++ b/app/views/ScreenLockConfigView.js @@ -25,6 +25,9 @@ import { PASSCODE_KEY } from '../constants/localAuthentication'; const styles = StyleSheet.create({ listPadding: { paddingVertical: 36 + }, + emptySpace: { + height: 36 } }); @@ -197,7 +200,7 @@ class ScreenLockConfigView extends React.Component { } return ( <> - + {autoLock ? this.defaultAutoLockOptions.map(item => this.renderItem({ item })) : null}