We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0646844 commit c18c838Copy full SHA for c18c838
src/canvas.android.ts
@@ -2,7 +2,7 @@ import { CSSType, Color, Device, Font, ImageSource, View } from '@nativescript/c
2
import { android as androidApp } from '@nativescript/core/application';
3
import { FontStyle, FontWeight } from '@nativescript/core/ui/styling/font';
4
import lazy from '@nativescript/core/utils/lazy';
5
-import { layout } from '@nativescript/core/utils/utils';
+import { layout } from '@nativescript/core/utils/layout-helper';
6
import { Canvas as ICanvas, Paint as IPaint } from './canvas';
7
import { CanvasBase, hardwareAcceleratedProperty } from './canvas.common';
8
0 commit comments