Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XITRIX committed Jan 8, 2025
1 parent 999d4f5 commit 50bedab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private extension CellularNotAllowedOverlay {
bottomConstraint
])

overlayView.clickEvent = { [unowned self] in
overlayView.clickEvent = { @MainActor [unowned self] in
showCellularPreferences()
hideOverlay()
}
Expand Down

0 comments on commit 50bedab

Please sign in to comment.