Commit d1ba46e7 authored by Michal Cikatricis's avatar Michal Cikatricis
Browse files

Feat (collections): pull master

parents 41eabe4c 002662d7
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -26,11 +26,12 @@ class AppWrapper extends StatelessWidget {
            return Center(child: Text('Error: ${snapshot.error!}'));
          }

          // if (snapshot.connectionState == ConnectionState.active) {
          //   if (snapshot.data == null) {
          //     return LoginPage();
          //   }
          // }
          if (snapshot.connectionState == ConnectionState.active) {
            if (snapshot.data == null) {
              return LoginPage();
            }
          }

          return BottomNavBar();
        },
      ),
+0 −5
Original line number Diff line number Diff line
@@ -17,11 +17,6 @@ class PostcardDetail extends StatelessWidget {

        onTap: () {
          Navigator.of(context).push(_createRoute());
          // Navigator.push(
          //   context,
          //   MaterialPageRoute(
          //       builder: (context) => PostcardDetailBack(postcard: postcard)),
          // );
        },
        child: Container(
          decoration: BoxDecoration(