@@ -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();