Skip to content

android: add ActiveEventLoopExtAndroid::android_app#3828

Merged
kchibisov merged 1 commit intomasterfrom
kchibisov/android-app
Jul 26, 2024
Merged

android: add ActiveEventLoopExtAndroid::android_app#3828
kchibisov merged 1 commit intomasterfrom
kchibisov/android-app

Conversation

@kchibisov
Copy link
Copy Markdown
Member

This type comes from the user and stored for the entire lifetime, so no need to hide it from them after they've passed it to winit.

Fixes #3818.

--

I can not really test it, but it's rather trivial and should just work, I guess.

@mwcampbell I guess you need something like that?

@kchibisov kchibisov added this to the Version 0.30.5 milestone Jul 26, 2024
@kchibisov kchibisov requested a review from MarijnS95 as a code owner July 26, 2024 13:23
Copy link
Copy Markdown
Member

@MarijnS95 MarijnS95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also didn't test but looks trivial enough.

@mwcampbell
Copy link
Copy Markdown
Contributor

Yes, that's the API I need. Thanks.

@kchibisov kchibisov force-pushed the kchibisov/android-app branch from 696cdef to 1ace22e Compare July 26, 2024 14:41
@kchibisov kchibisov requested a review from MarijnS95 July 26, 2024 14:41
@kchibisov kchibisov force-pushed the kchibisov/android-app branch from 1ace22e to e939a4f Compare July 26, 2024 14:43
This type comes from the user and stored for the entire lifetime, so
no need to hide it from them after they've passed it to winit.

Fixes #3818.
@kchibisov kchibisov force-pushed the kchibisov/android-app branch from e939a4f to 05483a2 Compare July 26, 2024 15:02
@kchibisov kchibisov merged commit 7b0104b into master Jul 26, 2024
@kchibisov kchibisov deleted the kchibisov/android-app branch July 26, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Exposing the existing AndroidApp in the public API

3 participants