mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-27 04:51:03 +00:00
fix: reorganize main and navigation
This commit is contained in:
@@ -27,6 +27,6 @@ class RootCheckerViewModel extends BaseViewModel {
|
||||
|
||||
Future<void> navigateToHome() async {
|
||||
_managerAPI.setIsRooted(isRooted);
|
||||
_navigationService.navigateTo(Routes.navigation);
|
||||
_navigationService.navigateTo(Routes.navigationView);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user