Workaround android 9+ crash on planex group selection screen navigation

This commit is contained in:
Arnaud Vergnet 2020-04-28 15:33:37 +02:00
parent dfa7d2220f
commit 35141eaa21

View file

@ -160,7 +160,7 @@ class ErrorView extends React.PureComponent<Props, State> {
const styles = StyleSheet.create({
outer: {
height: '100%',
height: '99%', // using 100% crashes planex screen for some reason on android 9+
},
inner: {
marginTop: 'auto',