|
|
|
|
@ -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,
|
|
|
|
|
|