Merge pull request #282 from Schnitzel5/fix/bottom-system-overlay
Fix/bottom system overlay
This commit is contained in:
commit
997f5aba54
1 changed files with 1 additions and 0 deletions
|
|
@ -476,6 +476,7 @@ class _MangaChapterPageGalleryState
|
|||
child: Material(
|
||||
child: SafeArea(
|
||||
top: !fullScreenReader,
|
||||
bottom: false,
|
||||
child: ValueListenableBuilder(
|
||||
valueListenable: _failedToLoadImage,
|
||||
builder: (context, failedToLoadImage, child) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue