Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-25 12:15:38 +08:00
parent 86bbdcc90c
commit 525dce989b
107 changed files with 374 additions and 490 deletions

View File

@@ -37,8 +37,8 @@ class NetworkImgLayer extends StatelessWidget {
@override
Widget build(BuildContext context) {
final isEmote = type == ImageType.emote;
final isAvatar = type == ImageType.avatar;
final isEmote = type == .emote;
final isAvatar = type == .avatar;
if (src?.isNotEmpty == true) {
Widget child = _buildImage(context, isEmote: isEmote, isAvatar: isAvatar);
if (isEmote) {