mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 23:51:00 +00:00
Update to 8.3.1
This commit is contained in:
parent
3477d72367
commit
4a43f809b3
35 changed files with 1206 additions and 870 deletions
|
|
@ -9648,7 +9648,6 @@ public class PhotoViewer implements NotificationCenter.NotificationCenterDelegat
|
|||
isEvent = object != null && object.isEvent;
|
||||
sharedMediaType = MediaDataController.MEDIA_PHOTOVIDEO;
|
||||
allMediaItem.setText(LocaleController.getString("ShowAllMedia", R.string.ShowAllMedia));
|
||||
menuItem.setVisibility(View.VISIBLE);
|
||||
setItemVisible(sendItem, false, false);
|
||||
setItemVisible(pipItem, false, true);
|
||||
cameraItem.setVisibility(View.GONE);
|
||||
|
|
@ -9894,7 +9893,6 @@ public class PhotoViewer implements NotificationCenter.NotificationCenterDelegat
|
|||
cameraItem.setVisibility(View.VISIBLE);
|
||||
cameraItem.setTag(1);
|
||||
}
|
||||
menuItem.setVisibility(View.GONE);
|
||||
imagesArrLocals.addAll(photos);
|
||||
Object obj = imagesArrLocals.get(index);
|
||||
boolean allowCaption;
|
||||
|
|
@ -10553,7 +10551,6 @@ public class PhotoViewer implements NotificationCenter.NotificationCenterDelegat
|
|||
}
|
||||
actionBar.setTitle(LocaleController.getString("AttachGif", R.string.AttachGif));
|
||||
} else {
|
||||
menuItem.setVisibility(View.VISIBLE);
|
||||
if (size == 1) {
|
||||
if (isVideo) {
|
||||
actionBar.setTitle(LocaleController.getString("AttachVideo", R.string.AttachVideo));
|
||||
|
|
@ -12350,7 +12347,7 @@ public class PhotoViewer implements NotificationCenter.NotificationCenterDelegat
|
|||
disableShowCheck = false;
|
||||
object.imageReceiver.setVisible(false, true);
|
||||
};
|
||||
if (parentChatActivity != null) {
|
||||
if (parentChatActivity != null && parentChatActivity.getFragmentView() != null) {
|
||||
parentChatActivity.getUndoView().hide(false, 1);
|
||||
parentChatActivity.getFragmentView().invalidate();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue