mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
feat: add installer and enable app selection from storage (#2)
This commit is contained in:
@@ -15,4 +15,8 @@ class PatcherViewModel extends BaseViewModel {
|
||||
void navigateToPatchesSelector() {
|
||||
_navigationService.navigateTo(Routes.patchesSelectorView);
|
||||
}
|
||||
|
||||
void navigateToInstaller() {
|
||||
_navigationService.navigateTo(Routes.installerView);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user