Enable drag to close

This commit is contained in:
Neeraj Gupta
2024-07-16 17:49:49 +05:30
parent 1c5154ac26
commit 428b3e2cd6

View File

@@ -69,7 +69,7 @@ class _VideoProbeInfoState extends State<VideoExifRowItem> {
topControl: const SizedBox.shrink(),
backgroundColor: getEnteColorScheme(context).backgroundElevated,
barrierColor: backdropFaintDark,
enableDrag: false,
enableDrag: true,
);
} else {
label = S.of(context).noExifData;