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