fix: video player bottom sheet back button

This commit is contained in:
edde746
2026-01-27 14:33:51 +01:00
parent 5785df6fc6
commit 6e2b3082d4
2 changed files with 3 additions and 1 deletions
@@ -1,4 +1,5 @@
import 'package:flutter/material.dart';
import 'package:plezy/focus/dpad_navigator.dart';
import 'video_sheet_header.dart';
/// Base class for video control bottom sheets providing common UI structure
@@ -45,6 +46,7 @@ class BaseVideoControlSheet extends StatelessWidget {
constraints: getBottomSheetConstraints(context),
builder: builder,
).whenComplete(() {
BackKeyUpSuppressor.suppressBackUntilKeyUp();
onClose?.call();
});
}
+1 -1
View File
@@ -1,7 +1,7 @@
name: plezy
description: "A beautiful Plex client for Flutter"
publish_to: "none"
version: 1.15.1+33
version: 1.15.3+35
environment:
sdk: ^3.8.1