Added permanent date display for sticker when fast action is enabled.

This commit is contained in:
23rd 2019-08-16 19:56:59 +03:00 committed by John Preston
parent 0ee47bb10f
commit 06fbb2edc4
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void UnwrappedMedia::drawSurrounding(
const auto rightAction = _parent->displayRightAction(); const auto rightAction = _parent->displayRightAction();
const auto fullRight = calculateFullRight(inner); const auto fullRight = calculateFullRight(inner);
auto fullBottom = height(); auto fullBottom = height();
if (needInfoDisplay()) { if (rightAction ? true : needInfoDisplay()) {
_parent->drawInfo( _parent->drawInfo(
p, p,
fullRight, fullRight,