mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-11-04 07:15:46 +00:00 
			
		
		
		
	Do no provide a "drawer" unless on the home screen
This commit is contained in:
		@@ -97,7 +97,7 @@ abstract class RefreshableState<T extends StatefulWidget> extends State<T> {
 | 
				
			|||||||
    return Scaffold(
 | 
					    return Scaffold(
 | 
				
			||||||
      key: refreshableKey,
 | 
					      key: refreshableKey,
 | 
				
			||||||
      appBar: getAppBar(context),
 | 
					      appBar: getAppBar(context),
 | 
				
			||||||
      drawer: getDrawer(context),
 | 
					      drawer: null, // getDrawer(context),
 | 
				
			||||||
      floatingActionButton: getFab(context),
 | 
					      floatingActionButton: getFab(context),
 | 
				
			||||||
      body: Builder(
 | 
					      body: Builder(
 | 
				
			||||||
        builder: (BuildContext context) {
 | 
					        builder: (BuildContext context) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user