mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
feat: add installer and enable app selection from storage (#2)
This commit is contained in:
parent
a00e94d2fe
commit
e4f9b04de0
37 changed files with 1578 additions and 257 deletions
|
@ -45,7 +45,7 @@ class AppSelectorCard extends StatelessWidget {
|
|||
const SizedBox(height: 10),
|
||||
locator<AppSelectorViewModel>().selectedApp != null
|
||||
? Text(
|
||||
locator<AppSelectorViewModel>().selectedApp!.packageName!,
|
||||
locator<AppSelectorViewModel>().selectedApp!.packageName,
|
||||
style: robotoTextStyle,
|
||||
)
|
||||
: I18nText(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue