From 358db2bbdc59775f4bdc06344032d85e8400d7e0 Mon Sep 17 00:00:00 2001 From: Hilmar Gústafsson Date: Mon, 16 Oct 2017 21:01:39 +0200 Subject: Fix intermittent crashes on iOS - added to header file. (#1673) Fix intermittent crashes on iOS --- src/async/imap/MCIMAPOperation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/async/imap/MCIMAPOperation.h') diff --git a/src/async/imap/MCIMAPOperation.h b/src/async/imap/MCIMAPOperation.h index a57d7489..a1dbbbb2 100644 --- a/src/async/imap/MCIMAPOperation.h +++ b/src/async/imap/MCIMAPOperation.h @@ -43,6 +43,7 @@ namespace mailcore { virtual void beforeMain(); virtual void afterMain(); + virtual void afterMainOnMainThread(); virtual void start(); -- cgit v1.2.3