mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
RN upgrade: Fix sidebar dark overlay
This commit is contained in:
parent
46ca24cf9d
commit
cd6e5ccfb8
@ -756,7 +756,7 @@ class AppComponent extends React.Component {
|
||||
<AppNav screens={appNavInit} />
|
||||
</View>
|
||||
<DropdownAlert ref={ref => this.dropdownAlert_ = ref} tapToCloseEnabled={true} />
|
||||
<Animated.View pointerEvents='none' style={{ position: 'absolute', backgroundColor: 'black', opacity: this.state.sideMenuContentOpacity, width: '100%', height: '100%' }}/>
|
||||
<Animated.View pointerEvents='none' style={{ position: 'absolute', backgroundColor: 'black', opacity: this.state.sideMenuContentOpacity, width: '100%', height: '120%' }}/>
|
||||
</SafeAreaView>
|
||||
</MenuContext>
|
||||
</SideMenu>
|
||||
|
Loading…
Reference in New Issue
Block a user