Don't show profile labels until loaded (#4357)
This commit is contained in:
@@ -81,6 +81,7 @@ let ProfileHeaderShell = ({
|
|||||||
|
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
|
{!isPlaceholderProfile && (
|
||||||
<View
|
<View
|
||||||
style={[a.px_lg, a.pb_sm]}
|
style={[a.px_lg, a.pb_sm]}
|
||||||
pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
||||||
@@ -90,6 +91,7 @@ let ProfileHeaderShell = ({
|
|||||||
<ProfileHeaderAlerts moderation={moderation} />
|
<ProfileHeaderAlerts moderation={moderation} />
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
|
)}
|
||||||
|
|
||||||
{!isDesktop && !hideBackButton && (
|
{!isDesktop && !hideBackButton && (
|
||||||
<TouchableWithoutFeedback
|
<TouchableWithoutFeedback
|
||||||
|
|||||||
Reference in New Issue
Block a user