Set recording time as filter

This commit is contained in:
relikd
2020-09-08 02:51:25 +02:00
parent 3f572eeb15
commit 27ab2a621a
4 changed files with 45 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ class TBCMain: UITabBarController {
}
extension TBCMain {
/// Open tab and pop to root view controller.
@discardableResult func openTab(_ index: Int) -> UIViewController? {
selectedIndex = index
guard let nav = selectedViewController as? UINavigationController else {