Browse Source

click need login

hanjing 7 years ago
parent
commit
46eb3b3f5b

+ 2 - 3
app/src/main/java/com/sheep/gamegroup/view/activity/SplashAct.java

@@ -63,6 +63,8 @@ import static com.sheep.gamegroup.util.UMConfigUtils.Event.AD_SPLASH;
 
 public class SplashAct extends BaseActivity implements EasyPermissions.PermissionCallbacks {
 
+    @BindView(R.id.login_bg_img)
+    ImageView login_bg_img;
     @BindView(R.id.splash_bg)
     ImageView splash_bg;
     @BindView(R.id.splash_skip)
@@ -200,9 +202,6 @@ public class SplashAct extends BaseActivity implements EasyPermissions.Permissio
         return R.layout.splash_activity;
     }
 
-    @BindView(R.id.login_bg_img)
-    ImageView login_bg_img;
-
     @Override
     public void initView() {
         activity = this;