Exemplo n.º 1
0
 public JSSplashScreenActivity(
     final JSNativeSplashScreen nativeSplashScreen, final SplashView splashView) {
   this.nativeSplashScreen = checkNotNull("nativeSplashScreen", nativeSplashScreen);
   this.splash = checkNotNull("splashView", splashView);
   this.isEnabled = nativeSplashScreen.isEnabled();
   this.splashFilter = nativeSplashScreen.buildFilter();
 }