forked from shadowfacts/Tusker
parent
f50c219f95
commit
d04259b253
|
@ -519,7 +519,7 @@ extension MainSplitViewController: TuskerRootViewController {
|
|||
|
||||
func handleStatusBarTapped(xPosition: CGFloat) -> StatusBarTapActionResult {
|
||||
guard presentedViewController == nil else {
|
||||
return .stop
|
||||
return .continue
|
||||
}
|
||||
if traitCollection.horizontalSizeClass == .compact {
|
||||
return tabBarViewController.handleStatusBarTapped(xPosition: xPosition)
|
||||
|
|
Loading…
Reference in New Issue