diff --git a/Framework/Dotzu/Dotzu/ManagerViewController.swift b/Framework/Dotzu/Dotzu/ManagerViewController.swift index e795bdb..b0fda30 100644 --- a/Framework/Dotzu/Dotzu/ManagerViewController.swift +++ b/Framework/Dotzu/Dotzu/ManagerViewController.swift @@ -104,6 +104,9 @@ class ManagerViewController: UIViewController, LogHeadViewDelegate { } func shouldReceive(point: CGPoint) -> Bool { + if (UIApplication.shared.keyWindow?.subviews.count ?? 0) > 1 { + return true + } if Dotzu.sharedManager.displayedList { return true }