kepka/Telegram
John Preston 76489a7885 Fix stack overflow in passcode lock check.
A regression was introduced in e209737b1a.

We call MainWindow::doWeReadMentions() in the history paintEvent,
that calls Auth().checkAutoLock() and may start passcode locking.

Passcode locking starts animation and grabs the window content,
calling history paintEvent() which leads to deadlock.

Now we call Auth().checkAutoLock() asyncronously.
2017-09-03 15:45:48 +03:00
..
Patches Add Catch unittest framework and some tests. 2017-09-03 15:45:45 +03:00
Resources Closed beta 1.1.19.3. 2017-08-30 19:15:49 +03:00
SetupFiles
SourceFiles Fix stack overflow in passcode lock check. 2017-09-03 15:45:48 +03:00
Telegram Fix Mac App Store entitlements. 2017-05-19 17:13:33 +03:00
ThirdParty Add Catch unittest framework and some tests. 2017-09-03 15:45:45 +03:00
build Closed beta 1.1.19.3. 2017-08-30 19:15:49 +03:00
gyp Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
Telegram.plist Version for Mac App Store build from GYP ready, not tested yet. 2016-08-31 08:32:05 -06:00
create.bat Add Catch unittest framework and some tests. 2017-09-03 15:45:45 +03:00