Merge pull request #265 from xamarin/brumbaug-soupchef-fix

Removed #if
This commit is contained in:
Brad Umbaugh 2018-08-13 15:19:50 -06:00 коммит произвёл GitHub
Родитель d8c2226bab aace7998fb
Коммит fb0d24a140
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -32,7 +32,6 @@ namespace SoupKit.Support
EligibleForPrediction = true
};
#if __IOS__
var attributes = new CSSearchableItemAttributeSet(NSUserActivityHelper.SearchableItemContentType)
{
ThumbnailData = UIImage.FromBundle("tomato").AsPNG(),
@ -41,7 +40,6 @@ namespace SoupKit.Support
ContentDescription = NSBundleHelper.SoupKitBundle.GetLocalizedString("VIEW_MENU_CONTENT_DESCRIPTION", "View menu content description")
};
userActivity.ContentAttributeSet = attributes;
#endif
var phrase = NSBundleHelper.SoupKitBundle.GetLocalizedString("ORDER_LUNCH_SUGGESTED_PHRASE", "Voice shortcut suggested phrase");
userActivity.SuggestedInvocationPhrase = phrase;