From f4c880dbda2ca3799cae7263959ea36c80e1142d Mon Sep 17 00:00:00 2001 From: atanasovg Date: Tue, 26 Jan 2016 16:41:44 +0200 Subject: [PATCH] Add missing "ensure" call. --- ui/styling/background.ios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/styling/background.ios.ts b/ui/styling/background.ios.ts index fb087c0df..6dcff162a 100644 --- a/ui/styling/background.ios.ts +++ b/ui/styling/background.ios.ts @@ -16,7 +16,7 @@ export module ios { if(!view._nativeView){ return undefined; } - + ensureStyle(); var background = view.style._getValue(style.backgroundInternalProperty); if (!background || background.isEmpty()) {