mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-10 20:45:36 +02:00
fix: show patcher when clicking on the patch button
This commit is contained in:
parent
b327926219
commit
8434211b61
6 changed files with 16 additions and 11 deletions
|
@ -85,7 +85,7 @@ class Navigation extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return ViewModelBuilder<MainViewModel>.reactive(
|
||||
viewModelBuilder: () => MainViewModel(),
|
||||
viewModelBuilder: () => locator<MainViewModel>(),
|
||||
builder: (context, model, child) => Scaffold(
|
||||
body: getViewForIndex(model.currentIndex),
|
||||
bottomNavigationBar: NavigationBar(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue