ensure dimensions for memory cards

This commit is contained in:
mertalev
2024-11-17 00:02:22 -05:00
parent aa890c0858
commit 60715059f7
2 changed files with 12 additions and 6 deletions
@@ -61,6 +61,8 @@ class NativeVideoViewerPage extends HookConsumerWidget {
// If the swipe is canceled, `currentAsset` will not have changed and video A will continue to play.
final currentAsset = useState(ref.read(currentAssetProvider));
final isCurrent = currentAsset.value == asset;
// used to show the placeholder during hero animations for remote videos to avoid a stutter
final isVisible = useState(asset.isLocal || asset.isMotionPhoto);
final log = Logger('NativeVideoViewerPage');