mirror of https://github.com/procxx/kepka.git
Added permanent date display for sticker when fast action is enabled.
This commit is contained in:
parent
0ee47bb10f
commit
06fbb2edc4
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue