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] Add logic to check if GetLastTouchEvent() is null. #5411

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

JoogabYun
Copy link
Contributor

Description of Change

[NUI] Add logic to check if GetLastTouchEvent() is null.

API Changes

  • ACR:

@JoogabYun JoogabYun merged commit 616ebc6 into DevelNUI Jul 25, 2023
3 checks passed
@@ -1168,7 +1168,13 @@ public void LazyFeedHover(uint time = 48)
internalHoverTimer = new Timer(time);
internalHoverTimer.Tick += (s, e) =>
{
FeedHover();
using Touch touch = GetLastTouchEvent();
if(touch != null && touch.GetPointCount() > 0)
Copy link
Contributor

Choose a reason for hiding this comment

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

merge되었지만, if사이에 띄어쓰기가 안되어있어요...

JoogabYun added a commit that referenced this pull request Jul 25, 2023
And the null check is done in FeedHover.

revert : #5411
hinohie pushed a commit that referenced this pull request Jul 25, 2023
And the null check is done in FeedHover.

revert : #5411
jmmhappy pushed a commit to jmmhappy/TizenFX that referenced this pull request Jul 25, 2023
And the null check is done in FeedHover.

revert : Samsung#5411
hinohie pushed a commit that referenced this pull request Jul 25, 2023
And the null check is done in FeedHover.

revert : #5411
@JoogabYun JoogabYun deleted the FeedHover_0725 branch July 27, 2023 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants