Skip to content

Commit

Permalink
fixup! TW-180: Support hide/show appbar when on double tap in full ar…
Browse files Browse the repository at this point in the history
…ea `ImageViewerView`
  • Loading branch information
nqhhdev committed Jun 22, 2023
1 parent c753a5e commit cad5420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/image_viewer/image_viewer_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ImageViewerView extends StatelessWidget {
return Scaffold(
extendBodyBehindAppBar: true,
appBar: _buildAppBarPreview(),
body: InkWell(
body: GestureDetector(
onTap: () {},
onDoubleTap: () => controller.toggleAppbarPreview(),
child: InteractiveViewer(
Expand Down

0 comments on commit cad5420

Please sign in to comment.