mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
Tiny code cleanup
This commit is contained in:
parent
33e38f16dc
commit
cbf9207ff7
@ -145,8 +145,7 @@ namespace Acacia.ZPush
|
||||
|
||||
internal void OnAccountsScanned()
|
||||
{
|
||||
if (AccountsScanned != null)
|
||||
AccountsScanned();
|
||||
AccountsScanned?.Invoke();
|
||||
}
|
||||
|
||||
internal void OnAccountRemoved(ZPushAccount account)
|
||||
|
Loading…
Reference in New Issue
Block a user