2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Beta version 1.4.4: Fix emoji quality.

This commit is contained in:
John Preston
2018-10-17 14:33:25 +03:00
parent 5e872e4d2d
commit 54f2b1b2d8
2 changed files with 16 additions and 5 deletions

View File

@@ -2094,7 +2094,7 @@ bool CheckOldInCurrent() {
const auto category = *c;
for (auto i = begin(*category); i != end(*category); ++i) {
const auto find = [](
std::initializer_list<InputCategory* const> list,
auto &&list,
const InputId &id) {
for (const auto current : list) {
if (std::find(begin(*current), end(*current), id) != end(*current)) {