Fixes to the followers list view
This commit is contained in:
parent
88ab1f171a
commit
aec0f1c3ba
3 changed files with 74 additions and 61 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue