|
@@ -67,6 +67,10 @@ import static com.sheep.gamegroup.util.UMConfigUtils.Event.AD_SPLASH;
|
|
|
|
|
|
|
|
public class SplashAct extends BaseActivity implements EasyPermissions.PermissionCallbacks {
|
|
public class SplashAct extends BaseActivity implements EasyPermissions.PermissionCallbacks {
|
|
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
|
+ protected void initSlidr(){
|
|
|
|
|
+ // doNothing
|
|
|
|
|
+ }
|
|
|
@BindView(R.id.login_bg_img)
|
|
@BindView(R.id.login_bg_img)
|
|
|
ImageView login_bg_img;
|
|
ImageView login_bg_img;
|
|
|
@BindView(R.id.splash_bg)
|
|
@BindView(R.id.splash_bg)
|