allow disabling replies

This commit is contained in:
Samuel Newman
2025-06-19 14:42:54 +03:00
parent 9be3b0794c
commit 728addccb7
@@ -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>