Fixed peer photo jumps
This commit is contained in:
parent
9830340ef8
commit
5637238358
@ -2344,6 +2344,8 @@ angular.module('myApp.directives', ['myApp.filters'])
|
|||||||
}
|
}
|
||||||
|
|
||||||
var updatePeerPhoto = function () {
|
var updatePeerPhoto = function () {
|
||||||
|
var curJump = ++jump;
|
||||||
|
|
||||||
peerPhoto = peer.photo && angular.copy(peer.photo.photo_small);
|
peerPhoto = peer.photo && angular.copy(peer.photo.photo_small);
|
||||||
|
|
||||||
var hasPhoto = peerPhoto !== undefined;
|
var hasPhoto = peerPhoto !== undefined;
|
||||||
@ -2362,7 +2364,6 @@ angular.module('myApp.directives', ['myApp.filters'])
|
|||||||
|
|
||||||
|
|
||||||
if (hasPhoto) {
|
if (hasPhoto) {
|
||||||
var curJump = ++jump;
|
|
||||||
|
|
||||||
MtpApiFileManager.downloadSmallFile(peer.photo.photo_small).then(function (blob) {
|
MtpApiFileManager.downloadSmallFile(peer.photo.photo_small).then(function (blob) {
|
||||||
if (curJump != jump) {
|
if (curJump != jump) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user