allow disabling replies
This commit is contained in:
@@ -53,11 +53,7 @@ export function ReplyNotificationSettingsScreen({}: Props) {
|
|||||||
</Admonition>
|
</Admonition>
|
||||||
</View>
|
</View>
|
||||||
) : (
|
) : (
|
||||||
<PreferenceControls
|
<PreferenceControls name="reply" preference={preferences?.reply} />
|
||||||
name="reply"
|
|
||||||
preference={preferences?.reply}
|
|
||||||
allowDisableInApp={false}
|
|
||||||
/>
|
|
||||||
)}
|
)}
|
||||||
</SettingsList.Container>
|
</SettingsList.Container>
|
||||||
</Layout.Content>
|
</Layout.Content>
|
||||||
|
|||||||
Reference in New Issue
Block a user