Updated invalid check icon, now focus to selected dialog after forward

This commit is contained in:
Igor Zhukov 2014-03-12 20:33:38 +01:00
parent 6e070d477a
commit 9297f3783f
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -550,6 +550,7 @@ angular.module('myApp.controllers', [])
var inputPeer = AppPeersManager.getInputPeer(peerString);
AppMessagesManager.forwardMessages(selectedMessageIDs, inputPeer).then(function () {
selectedCancel();
$rootScope.$broadcast('history_focus', {peerString: peerString});
});
});