Skip to content

Commit bd76f73

Browse files
author
ccharlesren
committed
自动智能触发通知显示按钮问题
Change-Id: If561973070444e654501c3c3846c4814aab9a413
1 parent bc75b2a commit bd76f73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/LinkApp/Classes/Module/Mine/Controller/Message/TIoTMessageChildVC.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
191191
[self.navigationController popViewControllerAnimated:YES];
192192
};
193193
return cell;
194+
}else if (msgType == 302 || msgType == 303) {
195+
TIoTMessageTextCell *cell = [tableView dequeueReusableCellWithIdentifier:cell1 forIndexPath:indexPath];
196+
cell.selectionStyle = UITableViewCellSelectionStyleNone;
197+
[cell setMsgData:msgDic];
198+
return cell;
194199
}
195200
else if (msgType >= 300)
196201
{

0 commit comments

Comments
 (0)