Skip to content

Commit 8cd9e67

Browse files
committed
Disable back button while flashing (fix #26)
1 parent 3549a3a commit 8cd9e67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pages/flash_pinecil_page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ class _FlashPinecilPageState extends State<FlashPinecilPage> {
568568
return Scaffold(
569569
appBar: AppBar(
570570
title: const Text('Pinecil Update'),
571+
automaticallyImplyLeading: _currentStep != 2,
571572
),
572573
body: Stepper(
573574
type: MediaQuery.of(context).size.shortestSide < 600

0 commit comments

Comments
 (0)