♻️ Refactored background image (skip ci)

This commit is contained in:
2025-01-21 20:35:04 +08:00
parent 36bcff7a7c
commit c82dc7ad85
37 changed files with 755 additions and 609 deletions

View File

@ -365,7 +365,7 @@ class _AttachmentZoomViewState extends State<AttachmentZoomView> {
),
onVerticalDragUpdate: (details) {
if (_showDetail) return;
if (details.delta.dy < 0) {
if (details.delta.dy <= -40) {
_showDetail = true;
showModalBottomSheet(
context: context,