This commit is contained in:
Ilya Laktyushin 2025-02-16 23:19:19 +04:00
parent f6fa8788f3
commit d465851677

View File

@ -368,9 +368,7 @@
_scrubberView.delegate = self; _scrubberView.delegate = self;
_scrubberView.clipsToBounds = false; _scrubberView.clipsToBounds = false;
} }
[self detectFaces];
[self presentTab:_currentTab]; [self presentTab:_currentTab];
} }