Clean up
This commit is contained in:
parent
6f48a68798
commit
a645ee54ac
2 changed files with 16 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue