diff --git a/Signal/src/Loki/View Controllers/HomeVC.swift b/Signal/src/Loki/View Controllers/HomeVC.swift index a1d8171d9..c4498d2a9 100644 --- a/Signal/src/Loki/View Controllers/HomeVC.swift +++ b/Signal/src/Loki/View Controllers/HomeVC.swift @@ -145,13 +145,13 @@ final class HomeVC : UIViewController, UITableViewDataSource, UITableViewDelegat override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) isViewVisible = true - let hasSeenOpenGroupSuggestionSheet = UserDefaults.standard.bool(forKey: "hasSeenOpenGroupSuggestionSheet") - if !hasSeenOpenGroupSuggestionSheet { - let openGroupSuggestionSheet = OpenGroupSuggestionSheet() - openGroupSuggestionSheet.modalPresentationStyle = .overFullScreen - openGroupSuggestionSheet.modalTransitionStyle = .crossDissolve - present(openGroupSuggestionSheet, animated: true, completion: nil) - } +// let hasSeenOpenGroupSuggestionSheet = UserDefaults.standard.bool(forKey: "hasSeenOpenGroupSuggestionSheet") +// if !hasSeenOpenGroupSuggestionSheet { +// let openGroupSuggestionSheet = OpenGroupSuggestionSheet() +// openGroupSuggestionSheet.modalPresentationStyle = .overFullScreen +// openGroupSuggestionSheet.modalTransitionStyle = .crossDissolve +// present(openGroupSuggestionSheet, animated: true, completion: nil) +// } } override func viewWillDisappear(_ animated: Bool) {