mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Hide the nav bar in fullscreen viewer
This commit is contained in:
parent
835426e534
commit
dc1fdc623f
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ class _ViewerState extends State<Viewer> {
|
|||
if (flag) {
|
||||
SystemChrome.setEnabledSystemUIOverlays(SystemUiOverlay.values);
|
||||
} else {
|
||||
SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.bottom]);
|
||||
SystemChrome.setEnabledSystemUIOverlays([]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue