Fixed icon size on App page (#78)

This commit is contained in:
Imran Remtulla
2022-10-30 12:48:26 -04:00
parent b1953435af
commit 7cf7ffe0de

View File

@@ -62,10 +62,13 @@ class _AppPageState extends State<AppPage> {
children: [
Image.memory(
app!.installedInfo!.icon!,
scale: 1.5,
height: 150,
)
])
: Container(),
const SizedBox(
height: 25,
),
Text(
app?.installedInfo?.name ?? app?.app.name ?? 'App',
textAlign: TextAlign.center,