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,
|
||||
);
|
||||
},
|
||||
useInheritedMediaQuery: true,
|
||||
scrollBehavior: MyCustomScrollBehavior(),
|
||||
navigatorKey: navigatorKey,
|
||||
supportedLocales: kLanguages
|
||||
|
|
|
|||
Loading…
Reference in New Issue