|
@@ -54,7 +54,7 @@ public class RecentActivity extends BaseActionActivity {
|
|
|
for (int i = 0; i < mRecentList.size(); i++) {
|
|
|
BaseModel model = new BaseModel();
|
|
|
model.title = mRecentList.get(i).caller.trim();
|
|
|
- model.cellType = Constant.CellType.TITLE;
|
|
|
+ model.cellType = Constant.CellType.ICON_TITLE_SUBTITLE;
|
|
|
model.isShowArrow = false;
|
|
|
mDataList.add(model);
|
|
|
}
|
|
@@ -70,7 +70,7 @@ public class RecentActivity extends BaseActionActivity {
|
|
|
@Override
|
|
|
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
|
|
|
RecentBean bean = mRecentList.get(position);
|
|
|
- showCall(1, bean);
|
|
|
+ callAction("", "", bean.caller);
|
|
|
}
|
|
|
});
|
|
|
}
|