Fixes to the followers list view

This commit is contained in:
Paul Frazee 2023-01-19 16:38:12 -06:00
parent 88ab1f171a
commit aec0f1c3ba
3 changed files with 74 additions and 61 deletions

View file

@ -396,7 +396,7 @@ export const MobileShell: React.FC = observer(() => {
/>
<Animated.View
style={[
s.flex1,
{height: '100%'},
screenBg,
current
? [
@ -543,13 +543,12 @@ function constructScreenRenderDesc(nav: NavigationModel): {
const styles = StyleSheet.create({
outerContainer: {
height: '100%',
flex: 1,
},
innerContainer: {
flex: 1,
height: '100%',
},
screenContainer: {
flex: 1,
height: '100%',
},
screenMask: {
position: 'absolute',