mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-03 20:50:30 +01:00
Enable youtube pip
This commit is contained in:
parent
7b9245773f
commit
f211fc8450
@ -935,9 +935,9 @@ public class EmbedBottomSheet extends BottomSheet {
|
||||
if (videoView.getTextureImageView() != null) {
|
||||
videoView.getTextureImageView().setVisibility(View.INVISIBLE);
|
||||
}
|
||||
if ("disabled".equals(MessagesController.getInstance(currentAccount).youtubePipType)) {
|
||||
/*if ("disabled".equals(MessagesController.getInstance(currentAccount).youtubePipType)) {
|
||||
pipButton.setVisibility(View.GONE);
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
if (orientationEventListener.canDetectOrientation()) {
|
||||
|
Loading…
Reference in New Issue
Block a user