Skip to content

Commit

Permalink
Optimize the immersive effect of the desktop or mobile preview interface
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves committed Dec 14, 2024
1 parent 5f88021 commit 359db37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/page/client_preview_book_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class _ClientPreviewBookPageState extends State<ClientPreviewBookPage> {
return Scaffold(
backgroundColor: Colors.white,
appBar: AppBar(
backgroundColor: Colors.white,
leading: IconButton(
onPressed: () async => await Navigator.maybePop(context),
icon: const Icon(Icons.arrow_back_rounded)),
Expand Down

0 comments on commit 359db37

Please sign in to comment.