Implement key sharing

This commit is contained in:
Christian Pauly 2020-02-22 08:27:08 +01:00
commit c22b792fa0
12 changed files with 199 additions and 7 deletions

View file

@ -155,7 +155,7 @@ class _ChatState extends State<_Chat> {
@override
void dispose() {
timeline?.sub?.cancel();
timeline?.cancelSubscriptions();
timeline = null;
matrix.activeRoomId = "";
super.dispose();