Tweaks
This commit is contained in:
@@ -74,7 +74,7 @@ export function AgeRestrictedScreen({
|
||||
|
||||
<Text style={[a.text_md, a.leading_snug]}>
|
||||
<Trans>
|
||||
👉 You must complete age verification to access this screen.
|
||||
You must complete age verification to access this screen.
|
||||
</Trans>
|
||||
</Text>
|
||||
|
||||
|
||||
@@ -373,7 +373,7 @@ export function ModerationScreenInner({
|
||||
</View>
|
||||
</Toggle.Item>
|
||||
</View>
|
||||
{disabledOnIOS && (
|
||||
{disabledOnIOS && !isAgeRestricted && (
|
||||
<View style={[a.pb_lg, a.px_lg]}>
|
||||
<Text>
|
||||
<Trans>
|
||||
|
||||
Reference in New Issue
Block a user