Enabled sending stickers from the sticker set preview box.

This commit is contained in:
John Preston
2016-09-11 11:38:14 +03:00
parent 8419a56e10
commit c7e8b153bb
6 changed files with 98 additions and 29 deletions
+4
View File
@@ -1712,6 +1712,10 @@ void MainWidget::onShareContactCancel() {
_history->cancelShareContact();
}
bool MainWidget::onSendSticker(DocumentData *document) {
return _history->onStickerSend(document);
}
void MainWidget::dialogsCancelled() {
if (_hider) {
_hider->startHide();