mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-08 10:09:40 +00:00
Video editing and compression on 4.1+ (please test it and send debug info to me), Tablet version, a lot of other things (don't upload to markets, it's unstable)
This commit is contained in:
parent
8d412f9eea
commit
3eed85a31d
226 changed files with 2769 additions and 1234 deletions
|
|
@ -641,7 +641,7 @@ public class ChatProfileActivity extends BaseFragment implements NotificationCen
|
|||
photo = chat.photo.photo_small;
|
||||
photoBig = chat.photo.photo_big;
|
||||
}
|
||||
avatarImage.setImage(photo, "50_50", Utilities.getGroupAvatarForId(chat.id));
|
||||
avatarImage.setImage(photo, "50_50", chat_id > 0 ? AndroidUtilities.getGroupAvatarForId(chat.id) : AndroidUtilities.getBroadcastAvatarForId(chat.id));
|
||||
avatarImage.imageReceiver.setVisible(!PhotoViewer.getInstance().isShowingImage(photoBig), false);
|
||||
return view;
|
||||
} else if (type == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue