Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NUI][API10] Make DaliAccessibilityDetachAccessibleObject called at main thread #5691

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

hinohie
Copy link
Contributor

@hinohie hinohie commented Oct 31, 2023

void Dispose(bool) can be called from worker thread, when disposing value is false.

To ensure we detach AccessibileObject in main thread, let we remove it at Dispose(DisposeTypes), instead of Dispose(bool).

To avoid this kind of error in future, let we remove View.Dispose(bool) and let we only use Dispose(DisposeTypes).

Follow : #5674

void Dispose(bool) can be called from worker thread, when disposing value is false.

To ensure we detach AccessibileObject in main thread, let we remove it
at Dispose(DisposeTypes), instead of Dispose(bool).

To avoid this kind of error in future, let we remove View.Dispose(bool)
and let we only use Dispose(DisposeTypes).

Signed-off-by: Eunki, Hong <[email protected]>
@github-actions github-actions bot added the API10 Platform : Tizen 7.0 / TFM: tizen10.0 label Oct 31, 2023
@hinohie hinohie changed the title [NUI] Make DaliAccessibilityDetachAccessibleObject called at main thread [NUI][API10] Make DaliAccessibilityDetachAccessibleObject called at main thread Oct 31, 2023
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 0, Removed: 1, Changed: 0

Removed

- /// <since_tizen>none</since_tizen
- [EditorBrowsable(EditorBrowsableState.Never)]
- System.Void Tizen.NUI.BaseComponents.View::Dispose(System.Boolean)

Copy link
Contributor

@dongsug-song dongsug-song left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@dongsug-song dongsug-song merged commit 4436f80 into Samsung:API10 Nov 2, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API10 Platform : Tizen 7.0 / TFM: tizen10.0 Internal API Changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants