forgot to cancel key verification request subscription

This commit is contained in:
Sorunome 2020-05-17 20:06:30 +02:00
parent 0b8abdb588
commit b4921693dc
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C

View File

@ -225,6 +225,7 @@ class MatrixState extends State<Matrix> {
@override
void dispose() {
onRoomKeyRequestSub?.cancel();
onKeyVerificationRequestSub?.cancel();
onJitsiCallSub?.cancel();
super.dispose();
}