mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Fix bug
This commit is contained in:
@@ -442,7 +442,7 @@ class _Thumbnail extends State<Thumbnail> {
|
||||
widget.isSelectMode ? Container() : moreVertMenu,
|
||||
Visibility(
|
||||
visible: widget.isSelectMode,
|
||||
child: const ModalBarrier()),
|
||||
child: const ModalBarrier(dismissible: false)),
|
||||
widget.isSelectMode
|
||||
? Center(
|
||||
child: Checkbox(
|
||||
|
||||
Reference in New Issue
Block a user