Fixed build for macOS.

This commit is contained in:
23rd 2021-09-30 17:40:51 +03:00 committed by John Preston
parent 7751c4ac1f
commit 64af456d29
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ ApplicationDelegate *_sharedDelegate = nil;
base::Timer _ignoreActivationStop;
}
- (instancetype) init: {
- (instancetype) init {
_ignoreActivation = false;
_ignoreActivationStop.setCallback([self] {
_ignoreActivation = false;