mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: weird app icon artifact in light theme.
This commit is contained in:
parent
7d4e8b5eed
commit
05a602bdbf
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user