|
@@ -75,7 +75,7 @@ public class BaseListAdapter extends ArrayAdapter<BaseModel> {
|
|
|
} else if (model.cellType == Constant.CellType.REFRESH) {
|
|
|
view = LayoutInflater.from(getContext()).inflate(R.layout.item_refresh, null);
|
|
|
} else if (model.cellType == Constant.CellType.CANCEL_SURE) {
|
|
|
- view = LayoutInflater.from(getContext()).inflate(R.layout.item_cancel_sure, null);
|
|
|
+ view = LayoutInflater.from(getContext()).inflate(R.layout.view_cancel_sure, null);
|
|
|
}
|
|
|
|
|
|
assert view != null;
|