mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: using non const value in a const variable
This commit is contained in:
parent
fd43ac7581
commit
29db947e25
@ -128,7 +128,7 @@ class HomeView extends StatelessWidget {
|
||||
},
|
||||
child: model.showUpdatableApps
|
||||
? AvailableUpdatesCard()
|
||||
: const InstalledAppsCard(),
|
||||
: InstalledAppsCard(),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user