Merge pull request #832 from pangeachat/freezing-fixes

Freezing fixes
This commit is contained in:
ggurdin 2024-10-24 11:22:57 -04:00 committed by GitHub
commit 49fe43a496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -6,7 +6,7 @@ description: Learn a language while texting your friends.
# Pangea#
publish_to: none
# On version bump also increase the build number for F-Droid
version: 1.21.8+3548
version: 1.21.9+3549
environment:
sdk: ">=3.0.0 <4.0.0"