Allow disabling replies (#8537)

This commit is contained in:
Samuel Newman
2025-06-20 22:44:53 +03:00
committed by GitHub
parent dcbcd1bb80
commit 25baf1f661
4 changed files with 61 additions and 23 deletions
@@ -53,11 +53,7 @@ export function ReplyNotificationSettingsScreen({}: Props) {
</Admonition>
</View>
) : (
<PreferenceControls
name="reply"
preference={preferences?.reply}
allowDisableInApp={false}
/>
<PreferenceControls name="reply" preference={preferences?.reply} />
)}
</SettingsList.Container>
</Layout.Content>