Skip to content

Commit

Permalink
Oops, forgot to put that back in
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Sep 27, 2022
1 parent e1609d9 commit 98655ea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ string MapType (TypeReference typeRef)
}

// Android.Graphics.Color is mapped to/from a native `int`
// if (String.Compare (typeName, "Android.Graphics.Color", StringComparison.Ordinal) == 0) {
// return "System.Int32";
// }
if (String.Compare (typeName, "Android.Graphics.Color", StringComparison.Ordinal) == 0) {
return "System.Int32";
}

return "System.IntPtr";
}
Expand Down

0 comments on commit 98655ea

Please sign in to comment.