diff --git a/Classes/View Controllers/TabBarControllerDelegate.swift b/Classes/View Controllers/TabBarControllerDelegate.swift index 751b3ef31..f0e9ac8b2 100644 --- a/Classes/View Controllers/TabBarControllerDelegate.swift +++ b/Classes/View Controllers/TabBarControllerDelegate.swift @@ -28,7 +28,7 @@ final class TabBarControllerDelegate: NSObject, UITabBarControllerDelegate { nav.transitionCoordinator?.viewController(forKey: UITransitionContextViewControllerKey.from) == nil, let root = nav.viewControllers.first as? TabNavRootViewControllerType { tapCount += 1 - DispatchQueue.main.asyncAfter(deadline: .now() + 0.17, execute: { + DispatchQueue.main.asyncAfter(deadline: .now() + 0.27, execute: { let count = self.tapCount // make sure that on the same VC that queued the tap-check