mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +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) {
|
if (flag) {
|
||||||
SystemChrome.setEnabledSystemUIOverlays(SystemUiOverlay.values);
|
SystemChrome.setEnabledSystemUIOverlays(SystemUiOverlay.values);
|
||||||
} else {
|
} else {
|
||||||
SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.bottom]);
|
SystemChrome.setEnabledSystemUIOverlays([]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue