Skip to content

Commit

Permalink
fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatbrown committed Dec 3, 2024
1 parent ba0e4af commit df8ee5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nos/Views/TabBarController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ class WorkaroundTabBarController: UITabBarController {
self.sidebar.isHidden = true
}
}


@available(*, unavailable)
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
Expand Down

0 comments on commit df8ee5f

Please sign in to comment.