We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330adee commit ca1fa24Copy full SHA for ca1fa24
2 files changed
build
@@ -0,0 +1 @@
1
+/Volumes/awsm/build/pip2_1c380a6ce00c5dc9227d11ef2896c191
pip/window.m
@@ -13,6 +13,7 @@
13
#import "H264Decoder.h"
14
#import "HLSPlayer.h"
15
#import <AVFoundation/AVFoundation.h>
16
+#import <CoreImage/CoreImage.h>
17
#ifndef NO_AIRPLAY
18
#import "airplaySender.h"
19
#include "../airplay_sender/http_client.h"
@@ -1297,6 +1298,7 @@ - (void)stopPip:(bool) force{
1297
1298
pvc = nil;
1299
[self setContentViewController:nil];
1300
[self setContentViewController:nvc];
1301
+ if(shouldClose || CGSizeEqualToSize(CGSizeZero, rect.size)) return;
1302
[self setAspectRatio:rect.size];
1303
[self setFrame:rect display:YES];
1304
[self setIsVisible:true];
0 commit comments