Merge pull request #832 from pangeachat/freezing-fixes

Freezing fixes
pull/1428/head
ggurdin 1 year ago committed by GitHub
commit 49fe43a496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save