Intro redesign done.

This commit is contained in:
John Preston
2016-11-24 22:28:23 +03:00
parent 6e0394dd42
commit 3da0533339
71 changed files with 2150 additions and 1776 deletions
+1 -1
View File
@@ -754,7 +754,7 @@ void ping() {
}
void cancel(mtpRequestId requestId) {
if (!_started) return;
if (!_started || !requestId) return;
mtpMsgId msgId = 0;
requestsDelays.remove(requestId);