[iOS] Fixed compilation

This commit is contained in:
r.kuznetsov 2018-06-13 12:58:34 +03:00 committed by Slava
parent 23a6ed51b0
commit ac5a2c6ae9

View file

@ -427,7 +427,7 @@ NSString * const CloudErrorToString(Cloud::SynchronizationResult result)
+ (BOOL)areAllCategoriesInvisible
{
return GetFramework().GetBookmarkManager().AreAllCategoriesInvisible();
return GetFramework().GetBookmarkManager().AreAllCategoriesInvisible(BookmarkManager::CategoryFilterType::All);
}
+ (void)setNotificationsEnabled:(BOOL)enabled