turn back on analytics stream call in logout
This commit is contained in:
parent
70d598c7b2
commit
4c51bb15f6
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ void pLogoutAction(BuildContext context, {bool? isDestructiveAction}) async {
|
|||
final matrix = Matrix.of(context);
|
||||
|
||||
// before wiping out locally cached construct data, save it to the server
|
||||
// await MatrixState.pangeaController.myAnalytics
|
||||
// .sendLocalAnalyticsToAnalyticsRoom();
|
||||
await MatrixState.pangeaController.myAnalytics
|
||||
.sendLocalAnalyticsToAnalyticsRoom();
|
||||
|
||||
await showFutureLoadingDialog(
|
||||
context: context,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue