Browse Source

Fix warning

vishnukvmd 2 năm trước cách đây
mục cha
commit
4d52b1ecaa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {