mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 13:05:57 +00:00
fix(core): release alarm folder's channel immediately after being used
This commit is contained in:
@@ -163,7 +163,7 @@ static NSString *alarmsFolderURLString = nil;
|
||||
|
||||
- (void) _releaseChannel: (EOAdaptorChannel *) _channel
|
||||
{
|
||||
[[self _channelManager] releaseChannel:_channel];
|
||||
[[self _channelManager] releaseChannel:_channel immediately: YES];
|
||||
}
|
||||
|
||||
- (BOOL) canConnectStore
|
||||
|
||||
Reference in New Issue
Block a user