Fix how we identify collapsed stack removal for the new 3 panel mode

This commit is contained in:
Maurice Parker
2022-01-27 15:26:40 -08:00
parent fb352a6556
commit 31f5e5632a
4 changed files with 35 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ import Account
import Articles
import SafariServices
class ArticleViewController: UIViewController {
class ArticleViewController: UIViewController, MainControllerIdentifiable {
typealias State = (extractedArticle: ExtractedArticle?,
isShowingExtractedArticle: Bool,
@@ -43,6 +43,8 @@ class ArticleViewController: UIViewController {
return button
}()
var mainControllerIdentifer = MainControllerIdentifier.article
weak var coordinator: SceneCoordinator!
private let poppableDelegate = PoppableGestureRecognizerDelegate()