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

Migrate from team.duckie.quackquack.ui.util.LazyValue to androidx.compose.ui.node.Ref #833

Open
jisungbin opened this issue Aug 23, 2023 · 0 comments
Assignees
Labels
enhancement New features or improvements ui

Comments

@jisungbin
Copy link
Contributor

jisungbin commented Aug 23, 2023

https://developer.android.com/reference/kotlin/androidx/compose/ui/node/Ref

package androidx.compose.ui.node

/**
 * Value holder general purpose class.
 */
class Ref<T> {
    var value: T? = null
}
@jisungbin jisungbin added enhancement New features or improvements ui labels Aug 23, 2023
@jisungbin jisungbin self-assigned this Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or improvements ui
Projects
Status: 🆕 New (Enhancement)
Development

No branches or pull requests

1 participant