Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/JayNakum/LiViD into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JayNakum committed Apr 29, 2021
2 parents f7e12b6 + 6c39bde commit a8dbf03
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/screens/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ class HomeScreen extends StatelessWidget {
? Center(child: Text('Login please'))
: CurrentLiveSessions(),
),
// SingleChildScrollView(
// child: Column(
// mainAxisAlignment: MainAxisAlignment.spaceAround,
// children: <Widget>[
// CurrentLiveSessions(),
// SizedBox(height: 30),
// CurrentLiveSessions(),
// ],
// ),
// ),
),
floatingActionButton: FloatingButtons(0),
floatingActionButtonLocation: FloatingActionButtonLocation.centerFloat,
Expand Down

0 comments on commit a8dbf03

Please sign in to comment.