fix: indicators popping in due to z height change of hero animation (fade in instead after animation)

This commit is contained in:
goalie2002
2025-12-08 21:31:47 -08:00
parent 0dace87ba6
commit 392a5cc2ed
3 changed files with 110 additions and 30 deletions
@@ -619,6 +619,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
}
void _onPop<T>(bool didPop, T? result) {
ref.read(currentAssetNotifier.notifier).clearAsset(); // clear current asset
ref.read(currentAssetNotifier.notifier).dispose();
}