Skip to content

Commit

Permalink
Update BeeSwift/Settings/SettingsViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
krugerk authored Jan 1, 2025
1 parent af4642b commit 9cbbe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeeSwift/Settings/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class SettingsViewController: UIViewController {
}

@objc private func fetchUser() {
Task { [weak self] @MainActor in
Task { @MainActor [weak self] in
self?.tableView.isUserInteractionEnabled = false
try? await ServiceLocator.currentUserManager.refreshUser()

Expand Down

0 comments on commit 9cbbe2b

Please sign in to comment.