Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

[Information/TwoButtonPopup] fix issue that button event handler is not invoked #200

Merged
merged 1 commit into from
Jul 5, 2019

Conversation

jkpu
Copy link
Contributor

@jkpu jkpu commented Jul 5, 2019

Description of Change

Fix issue #199
Information Popup's bottom button event handler is not called When multiple InformationPopup has shown.

Bugs Fixed

Sometimes, button event handler is not called because managed instance was destroy by GC but platform native widget is still displayed. so click event didn't pass to managed area.
add managing list of popup for preventing unwanted removing by GC

API Changes

N/A

Behavioral Changes

N/A

@jkpu jkpu merged commit e9d529e into Samsung:master Jul 5, 2019
@rookiejava rookiejava added the bug Something isn't working label Aug 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants