Skip to content

Commit

Permalink
Fix property visibility
Browse files Browse the repository at this point in the history
Thanks @r10s
  • Loading branch information
zeitschlag committed Aug 9, 2024
1 parent 949f2f8 commit f61e5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deltachat-ios/Handler/ProgressAlertHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ extension UIViewController: ProgressAlertHandlerDataSource {

class ProgressAlertHandler {

let dcAccounts: DcAccounts
private let dcAccounts: DcAccounts
weak var dataSource: ProgressAlertHandlerDataSource?
var onSuccess: (() -> Void)?
let checkForInternetConnectivity: Bool
private var onSuccess: (() -> Void)?
private let checkForInternetConnectivity: Bool
private var progressAlertController: UIAlertController?

/// Use this is you want to handle notifications yourself.
Expand Down

0 comments on commit f61e5a2

Please sign in to comment.