mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 04:37:37 +02: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