immich/mobile/lib/presentation/widgets/images
Santo Shakil df016f9228
fix(mobile): mounted check in ThumbnailTile hero flight listener (#28451)
When the user pops back from the asset viewer mid-flight, the hero
animation can fire its status listener after _ThumbnailTileState has
been disposed. setState then throws a null check on State._element.

Guard the listener with `if (!mounted) return;` — same pattern as
#28300 in the album sync action.
2026-05-15 21:41:04 +00:00
..
animated_image_stream_completer.dart fix(mobile): images loads sometimes cancel too early (#27067) 2026-03-27 10:35:50 -04:00
cache_aware_listener_tracker.mixin.dart fix(mobile): images loads sometimes cancel too early (#27067) 2026-03-27 10:35:50 -04:00
full_image.widget.dart feat(mobile): sqlite asset viewer (#19552) 2025-07-02 18:24:37 +00:00
image_provider.dart refactor: move image config to metadata table (#28228) 2026-05-13 03:20:35 +05:30
local_album_thumbnail.widget.dart feat(mobile): optimized thumbnail widget (#21073) 2025-08-21 18:06:02 +00:00
local_image_provider.dart refactor: move image config to metadata table (#28228) 2026-05-13 03:20:35 +05:30
one_frame_multi_image_stream_completer.dart fix(mobile): images loads sometimes cancel too early (#27067) 2026-03-27 10:35:50 -04:00
remote_image_provider.dart refactor: move image config to metadata table (#28228) 2026-05-13 03:20:35 +05:30
thumb_hash_provider.dart chore: add always_put_control_body_on_new_line lint (#28352) 2026-05-11 13:47:24 -04:00
thumbnail.widget.dart chore: add always_put_control_body_on_new_line lint (#28352) 2026-05-11 13:47:24 -04:00
thumbnail_tile.widget.dart fix(mobile): mounted check in ThumbnailTile hero flight listener (#28451) 2026-05-15 21:41:04 +00:00