Commit bb08834 1 parent 53fad3c commit bb08834 Copy full SHA for bb08834
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"name" : " F1HUB" ,
4
4
"slug" : " f1hub" ,
5
5
"scheme" : " com.yabcompany.f1hub" ,
6
- "version" : " 2.1.1 " ,
6
+ "version" : " 2.1.2 " ,
7
7
"orientation" : " portrait" ,
8
8
"icon" : " ./assets/icon.png" ,
9
9
"userInterfaceStyle" : " light" ,
20
20
},
21
21
"android" : {
22
22
"package" : " com.yabcompany.f1hub" ,
23
- "versionCode" : 9 ,
23
+ "versionCode" : 10 ,
24
24
"adaptiveIcon" : {
25
25
"foregroundImage" : " ./assets/adaptive-icon.png" ,
26
26
"backgroundColor" : " #121212"
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export const SectionContainer = ({
75
75
alignItems : "center" ,
76
76
} }
77
77
>
78
- { contentVisible && (
78
+ { contentVisible && ! isLoading && (
79
79
< >
80
80
< View >
81
81
{ title && (
@@ -106,7 +106,7 @@ export const SectionContainer = ({
106
106
) }
107
107
</ View >
108
108
109
- { contentVisible && < > { isError ? < Error /> : children } </ > }
109
+ { contentVisible && ! isLoading && < > { isError ? < Error /> : children } </ > }
110
110
</ >
111
111
) ;
112
112
} ;
You can’t perform that action at this time.
0 commit comments