revert
This commit is contained in:
parent
f0f842f87e
commit
bc46ff3174
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
#import "MVMCoreDismissViewControllerOperation.h"
|
#import "MVMCoreDismissViewControllerOperation.h"
|
||||||
#import "MVMCoreConstants.h"
|
#import "MVMCoreConstants.h"
|
||||||
#import "MVMCoreDispatchUtility.h"
|
|
||||||
|
|
||||||
typedef NS_ENUM(NSInteger, DismissType) {
|
typedef NS_ENUM(NSInteger, DismissType) {
|
||||||
DismissTypeTop = 0,
|
DismissTypeTop = 0,
|
||||||
@ -50,7 +49,6 @@ typedef NS_ENUM(NSInteger, DismissType) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
[MVMCoreDispatchUtility performBlockOnMainThread:^{
|
|
||||||
switch (self.type) {
|
switch (self.type) {
|
||||||
case DismissTypeTop:
|
case DismissTypeTop:
|
||||||
{
|
{
|
||||||
@ -74,7 +72,6 @@ typedef NS_ENUM(NSInteger, DismissType) {
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)dismissViewController:(nonnull UIViewController *)viewController {
|
- (void)dismissViewController:(nonnull UIViewController *)viewController {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user