Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Fixed a typo in Droid label renderer #14700

Merged
merged 5 commits into from
Nov 10, 2021
Merged

Fixed a typo in Droid label renderer #14700

merged 5 commits into from
Nov 10, 2021

Conversation

dimonovdd
Copy link
Contributor

Description of Change

For some reason, there was an unnecessary cast to FormsTextView. It does not allow we to override CreateNativeControl.

API Changes

Fixed:

protected override TextView CreateNativeControl()
  => new AppCompatTextView(Context);

Platforms Affected

  • Android

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@rmarinho
Copy link
Member

rmarinho commented Oct 6, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jfversluis jfversluis added this to Issues in Progress in 5.0.0 SR7 (Planning) - Target Date Nov. 10th via automation Nov 10, 2021
@jfversluis jfversluis merged commit de9b0ca into xamarin:5.0.0 Nov 10, 2021
5.0.0 SR7 (Planning) - Target Date Nov. 10th automation moved this from Issues in Progress to Done Nov 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants