immich/mobile/lib/extensions
Thomas 7e9da945f6
chore(mobile): simplify asset page scroll (#26635)
In order to scroll smoothly without interfering with the gesture
detector on the photo view, we have an offstate scroll view which we
defer all drags to, and then forward scroll offsets to the real scroll
controller. This works well, but it can be simpler. Instead, we can
create a custom scroll controller on a scroll view with never scrollable
physics, and then forward drag events to that, bypassing the need for a
proxy scroll controller.

Co-authored-by: Alex <alex.tran1502@gmail.com>
2026-03-04 10:28:55 -06:00
..
asset_extensions.dart
asyncvalue_extensions.dart
build_context_extensions.dart
codec_extensions.dart
collection_extensions.dart
datetime_extensions.dart
duration_extensions.dart
latlngbounds_extension.dart
maplibrecontroller_extensions.dart
network_capability_extensions.dart
platform_extensions.dart
response_extensions.dart
scroll_extensions.dart
string_extensions.dart
theme_extensions.dart
translate_extensions.dart