mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-28 13:21:03 +00:00
feat: Add custom patches sources
This commit is contained in:
@@ -14,7 +14,7 @@ class NavigationViewModel extends IndexTrackingViewModel {
|
||||
case 1:
|
||||
return const PatcherView();
|
||||
case 2:
|
||||
return SettingsView();
|
||||
return const SettingsView();
|
||||
default:
|
||||
return const HomeView();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user