修復bug
This commit is contained in:
parent
389f33db1f
commit
b907057c3e
@ -127,7 +127,7 @@ public class MainActivity extends AbsOTOActivity {
|
||||
}
|
||||
});
|
||||
CallClientManager.getManager();
|
||||
checkVersion();
|
||||
//checkVersion();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -383,6 +383,9 @@ public class MyFragment extends BaseFragment implements OnItemClickListener<User
|
||||
private void showData(UserBean u) {
|
||||
mBannerList.clear();
|
||||
mBannerListNew.clear();
|
||||
if (u == null) {
|
||||
return;
|
||||
}
|
||||
if (!StringUtil.isEmpty(u.getSlide())) {
|
||||
mBannerListNew.addAll(JSON.parseArray(u.getSlide(), SlideBean.class));
|
||||
for (SlideBean bean : mBannerListNew) {
|
||||
|
@ -229,7 +229,7 @@ public class CompleteActivity extends AbsOTOActivity {
|
||||
|
||||
@Override
|
||||
public void onError(String error) {
|
||||
|
||||
Toast.makeText(mContext, error, Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -30,6 +30,7 @@
|
||||
android:background="@drawable/rc_ext_panel_editbox_background"
|
||||
android:hint="@string/layout_call_input_tips1"
|
||||
android:maxLines="4"
|
||||
android:maxEms="300"
|
||||
android:textColorHint="#BDBDBD"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintBottom_toTopOf="@+id/linearLayout2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user