Fix previous commit.
GitOrigin-RevId: 3102c40ce2768544d73fe7c1a6b1308259a0837c
This commit is contained in:
parent
33d684d684
commit
aa8e1a3ec5
@ -236,8 +236,9 @@ class WebPageBlockTableCell {
|
||||
UNREACHABLE();
|
||||
return nullptr;
|
||||
}();
|
||||
return td_api::make_object<td_api::pageBlockTableCell>(text.empty() ? null : text.get_rich_text_object(), is_header,
|
||||
colspan, rowspan, std::move(align), std::move(valign));
|
||||
return td_api::make_object<td_api::pageBlockTableCell>(text.empty() ? nullptr : text.get_rich_text_object(),
|
||||
is_header, colspan, rowspan, std::move(align),
|
||||
std::move(valign));
|
||||
}
|
||||
|
||||
template <class StorerT>
|
||||
|
Reference in New Issue
Block a user