2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Adds app bar with back button to barcode scanning widget

This commit is contained in:
Oliver Walters 2021-08-09 23:59:53 +10:00
parent 248ca6f328
commit 2d005ba86b

View File

@ -514,6 +514,9 @@ class _QRViewState extends State<InvenTreeQRView> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text(_handler.getOverlayText(context)),
),
body: Stack(
children: <Widget>[
Column(