Show blurred background for live photos too in memories

This commit is contained in:
ashilkn
2025-06-27 14:13:16 +05:30
parent a0061da938
commit 67be26604f

View File

@@ -620,8 +620,7 @@ class _MemoryBlur extends StatelessWidget {
valueListenable: inheritedData.indexNotifier,
builder: (context, value, _) {
final currentFile = inheritedData.memories[value].file;
if (currentFile.fileType == FileType.video ||
currentFile.fileType == FileType.livePhoto) {
if (currentFile.fileType == FileType.video) {
return const SizedBox.shrink();
}
return AnimatedSwitcher(