Skip to content

Commit

Permalink
[NUI] Remove signal type member variables in View & Builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
huayongxu authored and dongsug-song committed Feb 5, 2025
1 parent 772cc29 commit a319ec8
Show file tree
Hide file tree
Showing 13 changed files with 249 additions and 479 deletions.
2 changes: 1 addition & 1 deletion src/Tizen.NUI.Components/Controls/Button.cs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ private string InternalText
{
TextLabel.Text = value;

if (Accessibility.Accessibility.IsEnabled && IsHighlighted && String.IsNullOrEmpty(AccessibilityName) && GetAccessibilityNameSignal().Empty())
if (Accessibility.Accessibility.IsEnabled && IsHighlighted && String.IsNullOrEmpty(AccessibilityName) && IsAccessibilityNameSignalEmpty())
{
EmitAccessibilityEvent(AccessibilityPropertyChangeEvent.Name);
}
Expand Down

This file was deleted.

101 changes: 0 additions & 101 deletions src/Tizen.NUI/src/internal/Common/StringToVoidSignal.cs

This file was deleted.

Loading

0 comments on commit a319ec8

Please sign in to comment.