From ae70dfb1f415cdedef070131f70954a552eb5fa8 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 19 Jul 2021 21:49:49 +0400 Subject: [PATCH] Return after throwing access denied error --- Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp b/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp index 77906be6e..bb57ebbfb 100644 --- a/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp +++ b/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp @@ -173,6 +173,7 @@ void GtkIntegration::Private::handleMethodCall( "Access denied."); invocation->return_error(error); + return; } try {