Show blurred background for live photos too in memories
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user