Merge pull request #282 from Schnitzel5/fix/bottom-system-overlay

Fix/bottom system overlay
This commit is contained in:
Moustapha Kodjo Amadou 2024-10-13 19:12:32 +01:00 committed by GitHub
commit 997f5aba54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -476,6 +476,7 @@ class _MangaChapterPageGalleryState
child: Material(
child: SafeArea(
top: !fullScreenReader,
bottom: false,
child: ValueListenableBuilder(
valueListenable: _failedToLoadImage,
builder: (context, failedToLoadImage, child) {