Merge remote-tracking branch 'origin/dev/dev_eagle_architecture_upgrade' into dev/dev_eagle_architecture_upgrade

This commit is contained in:
董宏宇
2021-10-11 15:07:39 +08:00
3 changed files with 4 additions and 8 deletions

View File

@@ -64,7 +64,6 @@ public class CheckActivity extends AppCompatActivity {
private ProgressBar mProgressBar;
private final static long DURATION_TIME = 1000;
private static CheckAdapter mCheckAdapter;
private static boolean isFront = false;
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
@@ -83,7 +82,6 @@ public class CheckActivity extends AppCompatActivity {
* 列表View初始化
*/
public void initView() {
isFront = true;
setAnimation = new AnimatorSet();
mImageView = findViewById(R.id.btnBack);
scanBottomCarImage = findViewById(R.id.scan_car_image);
@@ -256,7 +254,6 @@ public class CheckActivity extends AppCompatActivity {
@Override
protected void onDestroy() {
super.onDestroy();
// isFront = false;
mCheckAdapter.ondestry();
}

View File

@@ -97,4 +97,8 @@ public class CheckInfoAdapter extends RecyclerView.Adapter {
}
}
@Override
public int getItemViewType(int position) {
return position;
}
}

View File

@@ -74,8 +74,6 @@ public class CheckInfoListDialog extends BaseFloatDialog {
public List showInfoResult() {
// List<CheckResultData.CheckListItem> test = new ArrayList();//测试数据
if (result.size() > 0) {
result.clear();
}
@@ -101,9 +99,6 @@ public class CheckInfoListDialog extends BaseFloatDialog {
} catch (Exception e) {
}
// test.addAll(result);
// test.addAll(result);
// test.addAll(result);
return result;
}