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: Material(
|
||||||
child: SafeArea(
|
child: SafeArea(
|
||||||
top: !fullScreenReader,
|
top: !fullScreenReader,
|
||||||
|
bottom: false,
|
||||||
child: ValueListenableBuilder(
|
child: ValueListenableBuilder(
|
||||||
valueListenable: _failedToLoadImage,
|
valueListenable: _failedToLoadImage,
|
||||||
builder: (context, failedToLoadImage, child) {
|
builder: (context, failedToLoadImage, child) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue