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

[Tizen] Fix the behavior of the DisplayAlert #11871

Merged
merged 1 commit into from
Aug 25, 2020

Conversation

rookiejava
Copy link
Collaborator

Description of Change

This PR is to allow DisplayAlert's message to be null.

 this.DisplayAlert("DisplayAlert Test", null, "OK", "Cancel");

Previously, NullReferenceException has been occured. But now it work fine just like other platforms.
Additionally, this change includes applying ThemeManager.

Issues Resolved

None

API Changes

None

Platforms Affected

  • Tizen

PR Checklist

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

@samhouts samhouts added the approved Has two approvals, no pending reviews, and no changes requested label Aug 25, 2020
@samhouts samhouts merged commit 93772a9 into xamarin:4.8.0 Aug 25, 2020
vCurrent (4.8.0) automation moved this from In Review to Done Aug 25, 2020
@samhouts samhouts added this to Done in Sprint 175 Aug 26, 2020
@samhouts samhouts added this to the 4.8.0 milestone Aug 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Has two approvals, no pending reviews, and no changes requested p/Tizen
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants