pref: minor improvement (#1550)
This commit is contained in:
parent
6f8484f8d4
commit
f11f34c37f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class HomeGalleryWidget extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final double bottomSafeArea = MediaQuery.of(context).padding.bottom;
|
||||
final double bottomSafeArea = MediaQuery.paddingOf(context).bottom;
|
||||
final gallery = Gallery(
|
||||
asyncLoader: (creationStartTime, creationEndTime, {limit, asc}) async {
|
||||
final ownerID = Configuration.instance.getUserID();
|
||||
|
|
Loading…
Add table
Reference in a new issue