allow disabling replies
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user