mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-30 04:45:39 +00:00 
			
		
		
		
	"Home" button pops stack
This commit is contained in:
		| @@ -106,7 +106,7 @@ class _MyHomePageState extends State<MyHomePage> { | ||||
|  | ||||
|   void _goHome() { | ||||
|     // Reset the stack, go to "home" | ||||
|     Navigator.pushNamed(context, "/"); | ||||
|     Navigator.pushNamedAndRemoveUntil(context, "/", (r) => false); | ||||
|   } | ||||
|  | ||||
|   void _showParts() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user