Browse Source

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

master
Igor Zhukov 10 years ago
parent
commit
9297f3783f
  1. BIN
      app/img/icons/IconsetW_1x.png
  2. 1
      app/js/controllers.js

BIN
app/img/icons/IconsetW_1x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

1
app/js/controllers.js

@ -550,6 +550,7 @@ angular.module('myApp.controllers', []) @@ -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});
});
});

Loading…
Cancel
Save