From 59700f501307f16274c8eb1cca852b2855c1bab2 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Wed, 16 Jan 2019 16:55:07 -0500 Subject: [PATCH] fix to top alert --- MVMCoreUI/TopAlert/MVMCoreUITopAlertView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.m b/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.m index 60988f9f..88d73cbd 100644 --- a/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.m +++ b/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.m @@ -50,7 +50,7 @@ NSString * const MFAccTopAlertClosed = @"Top alert notification is closed."; @implementation MVMCoreUITopAlertView -+ (instancetype)mainSplitViewController { ++ (nullable instancetype)sharedGlobal { return [MVMCoreUISession sharedGlobal].topAlertView; }