Correct scrolling in mobile apps
This commit is contained in:
parent
72644fb075
commit
e23abc64f1
|
|
@ -267,7 +267,6 @@ class InvoiceNinjaAppState extends State<InvoiceNinjaApp> {
|
||||||
child: child,
|
child: child,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
useInheritedMediaQuery: true,
|
|
||||||
scrollBehavior: MyCustomScrollBehavior(),
|
scrollBehavior: MyCustomScrollBehavior(),
|
||||||
navigatorKey: navigatorKey,
|
navigatorKey: navigatorKey,
|
||||||
supportedLocales: kLanguages
|
supportedLocales: kLanguages
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue