From 54e3c2c96b75052da8249c3ce92065b9ad09f139 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 2 Oct 2020 12:18:54 +0200 Subject: Fix verification start to start with request --- src/DeviceVerificationFlow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DeviceVerificationFlow.h') diff --git a/src/DeviceVerificationFlow.h b/src/DeviceVerificationFlow.h index 31d2facc..de7a4567 100644 --- a/src/DeviceVerificationFlow.h +++ b/src/DeviceVerificationFlow.h @@ -111,7 +111,7 @@ private: // general QString userId; QString deviceId; - Method method; + Method method = Method::Emoji; Type type; bool sender; QTimer *timeout = nullptr; -- cgit 1.5.1