mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-18 20:57:14 +00:00
refactor: use ProxyImg widget
This commit is contained in:
@ -44,10 +44,7 @@ class CategoryPage extends StatelessWidget {
|
||||
info!.coverImage!,
|
||||
fit: BoxFit.contain,
|
||||
)
|
||||
: CachedNetworkImage(
|
||||
imageUrl: proxyImg(context, info!.coverImage!),
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
: ProxyImg(url: info!.coverImage!),
|
||||
),
|
||||
Expanded(
|
||||
child: Column(
|
||||
|
Reference in New Issue
Block a user