From a645ee54ac0dbe44f35a05b855b5c70d8ce49f4a Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 5 Feb 2020 09:26:58 +0100 Subject: [PATCH] Clean up --- lib/views/chat_encryption_settings.dart | 1 - pubspec.lock | 18 ++++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/lib/views/chat_encryption_settings.dart b/lib/views/chat_encryption_settings.dart index 843c7da..7dc89b5 100644 --- a/lib/views/chat_encryption_settings.dart +++ b/lib/views/chat_encryption_settings.dart @@ -50,7 +50,6 @@ class _ChatEncryptionSettingsState extends State { Widget build(BuildContext context) { room ??= Matrix.of(context).client.getRoomById(widget.id); roomUpdate ??= room.onUpdate.stream.listen((s) => setState(() => null)); - print(Matrix.of(context).client.userDeviceKeys.length); return Scaffold( appBar: AppBar( diff --git a/pubspec.lock b/pubspec.lock index 73f0fa3..c5dc667 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -57,6 +57,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.0" + canonical_json: + dependency: transitive + description: + name: canonical_json + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" charcode: dependency: transitive description: @@ -110,8 +117,8 @@ packages: dependency: "direct main" description: path: "." - ref: "6a6ca40e96712d2ad3638fec7ec3ec5b17eaedca" - resolved-ref: "6a6ca40e96712d2ad3638fec7ec3ec5b17eaedca" + ref: "4bf6a4bcb60ca8877b5f2d435978e47358c20cad" + resolved-ref: "4bf6a4bcb60ca8877b5f2d435978e47358c20cad" url: "https://gitlab.com/famedly/famedlysdk.git" source: git version: "0.0.1" @@ -448,6 +455,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.6" + unorm_dart: + dependency: transitive + description: + name: unorm_dart + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.2" url_launcher: dependency: "direct main" description: