Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Remove private.
Browse files Browse the repository at this point in the history
  • Loading branch information
yo1995 committed Apr 19, 2021
1 parent 662323c commit 28a0f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private class ProgressViewController: UIViewController {
view.backgroundColor = backgroundColor(for: traitCollection.userInterfaceStyle)
}

private func backgroundColor(for userInterfaceStyle: UIUserInterfaceStyle) -> UIColor {
func backgroundColor(for userInterfaceStyle: UIUserInterfaceStyle) -> UIColor {
let backgroundColor: UIColor
switch userInterfaceStyle {
case .dark:
Expand Down

0 comments on commit 28a0f72

Please sign in to comment.