fix typos

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-05 11:35:47 +08:00
parent b4a46133be
commit ea52dd4484
51 changed files with 162 additions and 162 deletions

View File

@@ -163,7 +163,7 @@ class WhisperSessionItem extends StatelessWidget {
final pendant = item.sessionInfo.avatar.fallbackLayers.layers
.getOrNull(1)
?.resource;
final offcial = item
final official = item
.sessionInfo
.avatar
.fallbackLayers
@@ -187,8 +187,8 @@ class WhisperSessionItem extends StatelessWidget {
? pendant!.resImage.imageSrc.remote.url
: pendant?.resAnimation.webpSrc.remote.url,
isVip: vipInfo?['status'] != null && vipInfo!['status'] > 0,
officialType: offcial?.hasLocalValue() == true
? switch (offcial!.localValue) {
officialType: official?.hasLocalValue() == true
? switch (official!.localValue) {
3 => 0,
4 => 1,
_ => null,