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

@ -81,7 +81,7 @@ class MatrixState extends State<Matrix> {
client.connect();
if (await initLoginState == LoginState.logged && !kIsWeb) {
await FirebaseController.setupFirebase(
client,
this,
widget.clientName,
);
}