Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

use in module ART not callback onHostResume #53

Open
danxiang opened this issue Jan 4, 2020 · 0 comments
Open

use in module ART not callback onHostResume #53

danxiang opened this issue Jan 4, 2020 · 0 comments

Comments

@danxiang
Copy link

danxiang commented Jan 4, 2020

Android : Build.VERSION_CODES.N
RN: 0.60.4

class: ARTSurfaceViewShadowNode
method: setThemedContext
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.N) {
themedContext.addLifecycleEventListener(this);
}
why need this check?
if my android build code is Build.VERSION_CODES.N, will not callback method: onHostResume
public void onHostResume() {
drawOutput(false);
}

@danxiang danxiang changed the title use in modul use in module Jan 4, 2020
@danxiang danxiang changed the title use in module use in module ART not callback onHostResume Jan 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant