mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
fix: using wrong string
This commit is contained in:
parent
cac1525da0
commit
1f64ea37bd
@ -78,7 +78,7 @@ class _AppSelectorViewState extends State<AppSelectorView> {
|
|||||||
child: model.noApps
|
child: model.noApps
|
||||||
? Center(
|
? Center(
|
||||||
child: I18nText(
|
child: I18nText(
|
||||||
'appSelectorView.noAppsLabel',
|
'appSelectorCard.noAppsLabel',
|
||||||
child: Text(
|
child: Text(
|
||||||
'',
|
'',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
@ -112,7 +112,8 @@ class _AppSelectorViewState extends State<AppSelectorView> {
|
|||||||
app.packageName,
|
app.packageName,
|
||||||
),
|
),
|
||||||
installedVersion: app.versionName!,
|
installedVersion: app.versionName!,
|
||||||
onTap: () => model.canSelectInstalled(context, app.packageName),
|
onTap: () => model.canSelectInstalled(
|
||||||
|
context, app.packageName),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
.toList(),
|
.toList(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user