This commit is contained in:
bggRGjQaUbCoE
2024-09-23 15:06:37 +08:00
parent 6fd76fec5e
commit 8785c30e03
4 changed files with 16 additions and 7 deletions

View File

@@ -1040,9 +1040,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
);
Widget autoChoose(Widget childWhenDisabled) {
return childWhenDisabled;
if (Platform.isAndroid) {
// temporarily remove it
return PiPSwitcher(
childWhenDisabled: childWhenDisabled,
childWhenEnabled: childWhenEnabled,