fix: don't attempt to load analytics until your is logged in (#4047)
This commit is contained in:
parent
1b3a97d8db
commit
007621d808
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ class PangeaController {
|
|||
PangeaController({required this.matrix, required this.matrixState}) {
|
||||
_setup();
|
||||
_setLanguageSubscription();
|
||||
initControllers();
|
||||
randomint = Random().nextInt(2000);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue