浏览代码

Remove bottom shadow from home gallery

ashilkn 1 年之前
父节点
当前提交
24582b3c71
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      lib/ui/tabs/home_widget.dart

+ 0 - 7
lib/ui/tabs/home_widget.dart

@@ -36,7 +36,6 @@ import 'package:photos/states/user_details_state.dart';
 import 'package:photos/theme/colors.dart';
 import 'package:photos/theme/colors.dart';
 import 'package:photos/theme/ente_theme.dart';
 import 'package:photos/theme/ente_theme.dart';
 import 'package:photos/ui/collections/collection_action_sheet.dart';
 import 'package:photos/ui/collections/collection_action_sheet.dart';
-import "package:photos/ui/common/bottom_shadow.dart";
 import 'package:photos/ui/extents_page_view.dart';
 import 'package:photos/ui/extents_page_view.dart';
 import 'package:photos/ui/home/grant_permissions_widget.dart';
 import 'package:photos/ui/home/grant_permissions_widget.dart';
 import 'package:photos/ui/home/header_widget.dart';
 import 'package:photos/ui/home/header_widget.dart';
@@ -405,12 +404,6 @@ class _HomeWidgetState extends State<HomeWidget> {
             );
             );
           },
           },
         ),
         ),
-        const Align(
-          alignment: Alignment.bottomCenter,
-          child: BottomShadowWidget(
-            offsetDy: 36,
-          ),
-        ),
         Align(
         Align(
           alignment: Alignment.bottomCenter,
           alignment: Alignment.bottomCenter,
           child: HomeBottomNavigationBar(
           child: HomeBottomNavigationBar(