修复版本号有一些用户无上报的问题
This commit is contained in:
parent
264d000111
commit
01ea24c66c
@ -314,7 +314,13 @@ public class MainActivity extends AbsActivity implements MainAppBarLayoutListene
|
||||
.addOnGoogleBillingListener(MainActivity.this, mOnMyGoogleBillingListener)
|
||||
.build(MainActivity.this);
|
||||
|
||||
//在请求一下这个接口给我后台版本号
|
||||
CommonHttpUtil.getConfig(mContext, new CommonCallback<ConfigBean>() {
|
||||
@Override
|
||||
public void callback(ConfigBean bean) {
|
||||
|
||||
}
|
||||
});
|
||||
rt_main_tab = (RelativeLayout) findViewById(R.id.rt_main_tab);
|
||||
v_table_redpoint = findViewById(R.id.v_table_redpoint);
|
||||
v_table_redpoint_me = (View) findViewById(R.id.v_table_redpoint_me);
|
||||
|
Loading…
Reference in New Issue
Block a user