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

When there are two or more dialogs display at the same time, only the last dialog actions button works #9

Open
uypanha opened this issue Jun 2, 2019 · 3 comments

Comments

@uypanha
Copy link

uypanha commented Jun 2, 2019

It accidentally that I face with this issue, once my apps show two dialogs at the same time, my first dialog controller is skilled and some how dialog button didn't work (only the last one work fine).

@daihase
Copy link
Owner

daihase commented Jun 5, 2019

Sorry to be late for replying.
Actually, I faced with same issue before, so that I couldn't resolve it. 😢
However, the things that the pop-up is displayed in duplicate on one screen does not seem to be correct behavior itself.

Maybe... It is likely that the value for closing the pop-up has been invalidated as it was released by the view displayed in the second half.

@uypanha
Copy link
Author

uypanha commented Jun 6, 2019

@daihase, thanks for the reply. I think the first pop-up invalidated because we set the new controller to ls_dialogViewController in UIViewController+LSDialogViewController.swift. I think this should be an collection of dialog that could prevent from that issue or we close the first pop-up before display another popup.

@ismaiI1
Copy link

ismaiI1 commented Nov 17, 2020

@uypanha did you find any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants