Skip to content

Commit

Permalink
Testflight for 6.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
01jongmin committed Feb 18, 2022
1 parent a3b889e commit 2fe6b40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PennMobile/Home/Model/HomeItemTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class HomeItemTypes: ModularTableViewItemTypes {
let courses: HomeCellItem.Type = HomeCoursesCellItem.self
let gsrLocations: HomeCellItem.Type = HomeGSRLocationsCellItem.self
let invites: HomeCellItem.Type = HomeGroupInvitesCellItem.self
let polls: HomeCellItem.Type = HomePollsCellItem.self
// let polls: HomeCellItem.Type = HomePollsCellItem.self
// let update: HomeCellItem.Type = HomeUpdateCellItem.self
}

Expand Down
8 changes: 4 additions & 4 deletions PennMobile/Setup + Navigation/ControllerModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ class ControllerModel: NSObject {
func prepare() {
vcDictionary = [Feature: UIViewController]()
vcDictionary[.home] = HomeViewController()
if #available(iOS 14, *) {
vcDictionary[.dining] = DiningViewControllerSwiftUI()
} else {
// if #available(iOS 14, *) {
// vcDictionary[.dining] = DiningViewControllerSwiftUI()
// } else {
vcDictionary[.dining] = DiningViewController()
}
// }
vcDictionary[.studyRoomBooking] = GSRTabController()
vcDictionary[.laundry] = LaundryTableViewController()
vcDictionary[.more] = MoreViewController()
Expand Down

0 comments on commit 2fe6b40

Please sign in to comment.