mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
refactor: fix more problem with analyser
Missing trailing comma in app_selector_view
This commit is contained in:
parent
7c2c695d88
commit
e83e13b6d4
@ -113,7 +113,9 @@ class _AppSelectorViewState extends State<AppSelectorView> {
|
||||
),
|
||||
installedVersion: app.versionName!,
|
||||
onTap: () => model.canSelectInstalled(
|
||||
context, app.packageName),
|
||||
context,
|
||||
app.packageName,
|
||||
),
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
|
Loading…
Reference in New Issue
Block a user