Version 2.3: Fix emoji fingerprint on Retina.

This commit is contained in:
John Preston 2020-08-15 00:02:26 +04:00
parent b6a66bbf1b
commit 887b6629f6

View File

@ -235,6 +235,7 @@ object_ptr<Ui::RpWidget> CreateFingerprintAndSignalBars(
const auto background = raw->lifetime().make_state<QImage>(
fullSize * cIntRetinaFactor(),
QImage::Format_ARGB32_Premultiplied);
background->setDevicePixelRatio(cRetinaFactor());
rpl::merge(
rpl::single(rpl::empty_value()),
Ui::Emoji::Updated(),