Fix login without google services #33

This commit is contained in:
Christian Pauly 2020-04-17 07:52:01 +02:00
commit 815d3c17d0
4 changed files with 11 additions and 2 deletions

View file

@ -30,6 +30,7 @@ class App extends StatelessWidget {
builder: (BuildContext context) => ThemeSwitcherWidget(
child: Builder(
builder: (BuildContext context) => StyledToast(
duration: Duration(seconds: 5),
child: MaterialApp(
title: 'FluffyChat',
theme: ThemeSwitcherWidget.of(context).themeData,