fix(core): release alarm folder's channel immediately after being used

This commit is contained in:
Ludovic Marcotte
2020-10-13 10:53:46 -04:00
parent 5c65c10faa
commit 41bbbfacd9

View File

@@ -163,7 +163,7 @@ static NSString *alarmsFolderURLString = nil;
- (void) _releaseChannel: (EOAdaptorChannel *) _channel
{
[[self _channelManager] releaseChannel:_channel];
[[self _channelManager] releaseChannel:_channel immediately: YES];
}
- (BOOL) canConnectStore