forked from vergnet/application-amicale
Workaround android 9+ crash on planex group selection screen navigation
This commit is contained in:
parent
dfa7d2220f
commit
35141eaa21
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue