Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Jan 9, 2025
1 parent 7d6a2c4 commit 5d0d773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/Controller/FilesViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ extension FilesViewController: UITableViewDelegate, UITableViewDataSource {
identifier: nil,
previewProvider: nil,
actionProvider: { [weak self] _ in
guard let self, let userDefaults = UserDefaults.shared else { return nil }
guard let self else { return nil }

var children: [UIMenuElement] = [
UIAction.menuAction(localizationKey: "show_in_chat", systemImageName: "doc.text.magnifyingglass", indexPath: indexPath, action: { self.redirectToMessage(of: $0) }),
Expand Down

0 comments on commit 5d0d773

Please sign in to comment.