|
|
@ -508,7 +508,6 @@ class _HomePageState extends State<HomePage> with tray.TrayListener, WindowListe |
|
|
|
), |
|
|
|
), |
|
|
|
if (appsData != null) ...[ |
|
|
|
if (appsData != null) ...[ |
|
|
|
for (final appImplementation in appsData) ...[ |
|
|
|
for (final appImplementation in appsData) ...[ |
|
|
|
if (appsData.map((final a) => a.id).contains(appImplementation.id)) ...[ |
|
|
|
|
|
|
|
ListTile( |
|
|
|
ListTile( |
|
|
|
key: Key('app-${appImplementation.id}'), |
|
|
|
key: Key('app-${appImplementation.id}'), |
|
|
|
title: StreamBuilder<int>( |
|
|
|
title: StreamBuilder<int>( |
|
|
@ -542,7 +541,6 @@ class _HomePageState extends State<HomePage> with tray.TrayListener, WindowListe |
|
|
|
], |
|
|
|
], |
|
|
|
], |
|
|
|
], |
|
|
|
], |
|
|
|
], |
|
|
|
], |
|
|
|
|
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|