High performance self-hosted photo and video management solution.
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.
S
Santo Shakil committed
df016f92282eba58e48b2d4bf9c6f1c6282aaeb9
Parent: 17779c1
Committed by GitHub <noreply@github.com>
on 5/15/2026, 9:41:04 PM