Implement key sharing
This commit is contained in:
parent
a5d0cba0e5
commit
c22b792fa0
12 changed files with 199 additions and 7 deletions
|
|
@ -155,7 +155,7 @@ class _ChatState extends State<_Chat> {
|
|||
|
||||
@override
|
||||
void dispose() {
|
||||
timeline?.sub?.cancel();
|
||||
timeline?.cancelSubscriptions();
|
||||
timeline = null;
|
||||
matrix.activeRoomId = "";
|
||||
super.dispose();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue