Skip to content

Commit

Permalink
chore: Updated type for invalidateState. (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchABus authored Nov 30, 2021
1 parent 4835900 commit 9ac83f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canvas/typings/android.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ declare module org {
export module canvas {
export class TNSCanvas {
public static class: java.lang.Class<org.nativescript.canvas.TNSCanvas>;
public invalidateState: org.nativescript.canvas.TNSCanvas.ContextType;
public invalidateState: org.nativescript.canvas.TNSCanvas.InvalidateState;
public contextAlpha: boolean;
public contextAntialias: boolean;
public contextDepth: boolean;
Expand Down

0 comments on commit 9ac83f4

Please sign in to comment.