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

Implement "actual fun ActualDialog" and "actual fun ActualPopup" #19

Closed
igordmn opened this issue Oct 20, 2020 · 0 comments
Closed

Implement "actual fun ActualDialog" and "actual fun ActualPopup" #19

igordmn opened this issue Oct 20, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@igordmn
Copy link
Collaborator

igordmn commented Oct 20, 2020

We can move already implemented Dialog/Popup from desktop to ui module

from:
support\compose\desktop\desktop\src\jvmMain\kotlin\androidx\compose\ui\window\AppDialog.kt
to:
support\compose\ui\ui\src\desktopMain\kotlin\androidx\compose\ui\window\DesktopDialog.kt

from:
support\compose\desktop\desktop\src\jvmMain\kotlin\androidx\compose\ui\window\Popup.kt
to:
support\compose\ui\ui\src\desktopMain\kotlin\androidx\compose\ui\window\DesktopPopup.kt

(DesktopPopup is in ui module, so we can't use Box, we have to use Layout (as in support\compose\ui\ui\src\androidMain\kotlin\androidx\compose\ui\window\AndroidPopup.kt)

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

No branches or pull requests

3 participants