From 78f7ea0c9dabc29f2df46a9cc523ac95007e0208 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Wed, 23 Feb 2022 07:36:11 +0300 Subject: [PATCH] Provided click handler context for general urls in profile info as well. --- Telegram/SourceFiles/info/profile/info_profile_actions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Telegram/SourceFiles/info/profile/info_profile_actions.cpp b/Telegram/SourceFiles/info/profile/info_profile_actions.cpp index b835b63469..8ccfd1b78b 100644 --- a/Telegram/SourceFiles/info/profile/info_profile_actions.cpp +++ b/Telegram/SourceFiles/info/profile/info_profile_actions.cpp @@ -227,6 +227,8 @@ object_ptr DetailsFiller::setupInfo() { return false; } else if (SetClickContext(handler, context)) { return false; + } else if (SetClickContext(handler, context)) { + return false; } return true; };