Skip to content

Commit

Permalink
chore: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 18, 2021
1 parent ef7dece commit 1efeccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/button/button.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import {
androidElevationProperty,
backgroundInternalProperty,
colorProperty,
profile,
profile
} from '@nativescript/core';
import { TextTransform, textAlignmentProperty , textTransformProperty } from '@nativescript/core/ui/text-base';
import { TextAlignment, TextTransform, textAlignmentProperty, textTransformProperty } from '@nativescript/core/ui/text-base';
import { ButtonBase, imageSourceProperty, srcProperty } from './button-common';

let LayoutInflater: typeof android.view.LayoutInflater;
Expand Down

0 comments on commit 1efeccf

Please sign in to comment.