执行顺序

This commit is contained in:
Jerry Yan 2020-02-26 22:00:03 +08:00
parent b6407c360c
commit f203a10847

View File

@ -18,8 +18,8 @@ public class FitModule extends ReactContextBaseJavaModule {
public FitModule(ReactApplicationContext reactContext) {
super(reactContext);
this._checkFullScreen();
this.reactContext = reactContext;
this._checkFullScreen();
}
@Override