mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 私信头像补充容错
This commit is contained in:
@@ -201,7 +201,7 @@ class _WhisperPageState extends State<WhisperPage> {
|
||||
width: 45,
|
||||
height: 45,
|
||||
type: 'avatar',
|
||||
src: sessionList[i].accountInfo?.face,
|
||||
src: sessionList[i].accountInfo?.face ?? "",
|
||||
),
|
||||
),
|
||||
title: Text(
|
||||
|
||||
Reference in New Issue
Block a user