Skip to content

Commit

Permalink
chore: fix enum name
Browse files Browse the repository at this point in the history
  • Loading branch information
YangJonghun committed Jun 29, 2024
1 parent c620ba1 commit c7533be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/ViewType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Define Available view type for android
* these values shall match android spec, see ViewType.kt
*/
enum ResizeMode {
enum ViewType {
TEXTURE = 0,
SURFACE = 1,
SURFACE_SECURE = 2,
}

export default ResizeMode;
export default ViewType;

0 comments on commit c7533be

Please sign in to comment.