mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Enhance PictureInPicturable protocol
This commit is contained in:
@@ -346,7 +346,7 @@ static NSString * _Nonnull kJitsiFeatureFlagChatEnabled = @"chat.enabled";
|
||||
|
||||
#pragma mark - PictureInPicturable
|
||||
|
||||
- (void)enterPiP
|
||||
- (void)didEnterPiP
|
||||
{
|
||||
self.overlayViews = [self overlayViewsIn:self.view];
|
||||
for (UIView *view in self.overlayViews)
|
||||
@@ -355,7 +355,7 @@ static NSString * _Nonnull kJitsiFeatureFlagChatEnabled = @"chat.enabled";
|
||||
}
|
||||
}
|
||||
|
||||
- (void)exitPiP
|
||||
- (void)didExitPiP
|
||||
{
|
||||
for (UIView *view in self.overlayViews)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user