Loading lib/common/widget/app_wrapper.dart +6 −5 Original line number Diff line number Diff line Loading @@ -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(); }, ), Loading lib/pages/collections/postcard_detail.dart +0 −5 Original line number Diff line number Diff line Loading @@ -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( Loading Loading
lib/common/widget/app_wrapper.dart +6 −5 Original line number Diff line number Diff line Loading @@ -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(); }, ), Loading
lib/pages/collections/postcard_detail.dart +0 −5 Original line number Diff line number Diff line Loading @@ -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( Loading