mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: http2https
This commit is contained in:
@@ -68,7 +68,7 @@ class NetworkImgLayer extends StatelessWidget {
|
||||
: StyleString.imgRadius.x,
|
||||
),
|
||||
child: CachedNetworkImage(
|
||||
imageUrl: imageUrl,
|
||||
imageUrl: imageUrl.http2https,
|
||||
width: width,
|
||||
height:
|
||||
ignoreHeight == null || ignoreHeight == false ? height : null,
|
||||
|
||||
Reference in New Issue
Block a user