This commit is contained in:
Christian Pauly 2020-02-05 09:26:58 +01:00
commit a645ee54ac
2 changed files with 16 additions and 3 deletions

View file

@ -50,7 +50,6 @@ class _ChatEncryptionSettingsState extends State<ChatEncryptionSettings> {
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(