1
0
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:
NekoInverter 2020-04-01 18:22:15 +08:00
parent 7b9245773f
commit f211fc8450
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9

View File

@ -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()) {