mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-31 06:41:04 +00:00
fix: weird icon artifact, patchItem border radius.
This commit is contained in:
@@ -40,6 +40,7 @@ class _InstalledAppItemState extends State<InstalledAppItem> {
|
||||
padding: const EdgeInsets.symmetric(vertical: 4.0),
|
||||
alignment: Alignment.center,
|
||||
child: CircleAvatar(
|
||||
backgroundColor: Colors.transparent,
|
||||
child: Image.memory(widget.icon),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user