mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Enhance PictureInPicturable protocol
This commit is contained in:
@@ -689,12 +689,17 @@
|
||||
|
||||
#pragma mark - PictureInPicturable
|
||||
|
||||
- (void)enterPiP
|
||||
- (void)didEnterPiP
|
||||
{
|
||||
self.inPiP = YES;
|
||||
}
|
||||
|
||||
- (void)exitPiP
|
||||
- (void)willExitPiP
|
||||
{
|
||||
self.pipViewContainer.hidden = YES;
|
||||
}
|
||||
|
||||
- (void)didExitPiP
|
||||
{
|
||||
self.inPiP = NO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user