浏览代码

Fix warning

vishnukvmd 2 年之前
父节点
当前提交
4d52b1ecaa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/ui/viewer/file/file_icons_widget.dart

+ 1 - 1
lib/ui/viewer/file/file_icons_widget.dart

@@ -89,7 +89,7 @@ class LivePhotoOverlayIcon extends StatelessWidget {
 
 class OwnerAvatarOverlayIcon extends StatelessWidget {
   final User user;
-  OwnerAvatarOverlayIcon(this.user, {Key? key}) : super(key: key);
+  const OwnerAvatarOverlayIcon(this.user, {Key? key}) : super(key: key);
 
   @override
   Widget build(BuildContext context) {