diff --git a/src/components/Screens/ErrorView.js b/src/components/Screens/ErrorView.js index e800486..997bca1 100644 --- a/src/components/Screens/ErrorView.js +++ b/src/components/Screens/ErrorView.js @@ -160,7 +160,7 @@ class ErrorView extends React.PureComponent { const styles = StyleSheet.create({ outer: { - height: '100%', + height: '99%', // using 100% crashes planex screen for some reason on android 9+ }, inner: { marginTop: 'auto',