Remove chevron from "Delete Custom Story" button in settings.

This commit is contained in:
Igor Solomennikov 2026-05-15 16:29:48 -07:00 committed by GitHub
parent 2af2d50a84
commit fa6f8e6489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,8 +186,8 @@ final class PrivateStorySettingsViewController: OWSTableViewController2 {
let deleteSection = OWSTableSection()
contents.add(deleteSection)
deleteSection.add(.actionItem(
withText: OWSLocalizedString(
deleteSection.add(.item(
name: OWSLocalizedString(
"PRIVATE_STORY_SETTINGS_DELETE_BUTTON",
comment: "Button to delete the story on the 'private story settings' view",
),