Only show the no google services toast once
This commit is contained in:
parent
273fe3aa64
commit
86e184d14b
3 changed files with 18 additions and 7 deletions
|
|
@ -81,7 +81,7 @@ class MatrixState extends State<Matrix> {
|
|||
client.connect();
|
||||
if (await initLoginState == LoginState.logged && !kIsWeb) {
|
||||
await FirebaseController.setupFirebase(
|
||||
client,
|
||||
this,
|
||||
widget.clientName,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue