mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-02 14:06:51 +02:00
forgot to cancel key verification request subscription
This commit is contained in:
parent
0b8abdb588
commit
b4921693dc
@ -225,6 +225,7 @@ class MatrixState extends State<Matrix> {
|
||||
@override
|
||||
void dispose() {
|
||||
onRoomKeyRequestSub?.cancel();
|
||||
onKeyVerificationRequestSub?.cancel();
|
||||
onJitsiCallSub?.cancel();
|
||||
super.dispose();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user