-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
if (eventType && isCFNotifiction) {
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveNotification:) name:eventType object:nil];
}
如果是同一个eventType 这里会进来多次 导致多次触发事件
Metadata
Metadata
Assignees
Labels
No labels