mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: weird app icon artifact in light theme.
This commit is contained in:
parent
7d4e8b5eed
commit
05a602bdbf
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue