mod: handle http2https

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-29 15:16:33 +08:00
parent 85733e071b
commit a6cb49fd02
14 changed files with 54 additions and 39 deletions

View File

@@ -110,7 +110,8 @@ class _EditProfilePageState extends State<EditProfilePage> {
padding: const EdgeInsets.symmetric(vertical: 5),
child: ClipOval(
child: CachedNetworkImage(
imageUrl: loadingState.response['face'],
imageUrl:
(loadingState.response['face'] as String).http2https,
),
),
),