mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02:00
fix: weird app icon artifact in light theme.
This commit is contained in:
@ -41,6 +41,7 @@ class AppInfoView extends StatelessWidget {
|
||||
SizedBox(
|
||||
height: 64.0,
|
||||
child: CircleAvatar(
|
||||
backgroundColor: Colors.transparent,
|
||||
child: Image.memory(
|
||||
app.icon,
|
||||
fit: BoxFit.cover,
|
||||
|
Reference in New Issue
Block a user