Only show the no google services toast once

This commit is contained in:
Sorunome 2020-07-21 08:56:26 +00:00 committed by Christian Pauly
commit 86e184d14b
3 changed files with 18 additions and 7 deletions

View file

@ -57,7 +57,7 @@ class _LoginState extends State<Login> {
if (!kIsWeb) {
try {
await FirebaseController.setupFirebase(
matrix.client,
matrix,
matrix.widget.clientName,
);
} catch (exception) {