diff options
Diffstat (limited to 'src/view/shell/mobile/index.tsx')
-rw-r--r-- | src/view/shell/mobile/index.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 712d6dc23..96390e9b8 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -170,6 +170,7 @@ export const MobileShell: React.FC = observer(() => { <SafeAreaView style={styles.innerContainer}> <Login /> </SafeAreaView> + <Modal /> </LinearGradient> ) } @@ -294,6 +295,7 @@ function constructScreenRenderDesc(nav: NavigationModel): { const styles = StyleSheet.create({ outerContainer: { height: '100%', + flex: 1, }, innerContainer: { flex: 1, |