We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
能否将Dismiss提升至BaseDialog实现或提供其他实现于基础类的关闭方式
例如: dialog.close() ((BaseDialog)dialog).dismiss()
dialog.close()
((BaseDialog)dialog).dismiss()
The text was updated successfully, but these errors were encountered:
事实上,BaseDialog 是一个基础类并不提供对外直接使用的实现,如果要实现一个自定义的对话框子类可以通过以下方法关掉对话框:
dismiss(dialogView);
Sorry, something went wrong.
No branches or pull requests
功能建议
需求描述:
能否将Dismiss提升至BaseDialog实现或提供其他实现于基础类的关闭方式
例如:
dialog.close()
((BaseDialog)dialog).dismiss()
The text was updated successfully, but these errors were encountered: