fix(mobile-app): remove cacheWidth/cacheHeight to fix avatar blur on high-DPI screens

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-08 19:11:00 -08:00
parent 8eefd807c3
commit c6c4a75984
2 changed files with 0 additions and 4 deletions

View File

@ -416,8 +416,6 @@ class _MiningPageState extends ConsumerState<MiningPage> {
width: 80,
height: 80,
fit: BoxFit.cover,
cacheWidth: 160, // 2x
cacheHeight: 160,
gaplessPlayback: true, //
errorBuilder: (context, error, stackTrace) {
// URL

View File

@ -397,8 +397,6 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
width: 80,
height: 80,
fit: BoxFit.cover,
cacheWidth: 160, // 2x
cacheHeight: 160,
gaplessPlayback: true, //
errorBuilder: (context, error, stackTrace) {
// URL