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