fix: don't attempt to load analytics until your is logged in (#4047)

This commit is contained in:
ggurdin 2025-09-19 09:44:12 -04:00 committed by GitHub
parent 1b3a97d8db
commit 007621d808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,6 @@ class PangeaController {
PangeaController({required this.matrix, required this.matrixState}) {
_setup();
_setLanguageSubscription();
initControllers();
randomint = Random().nextInt(2000);
}