1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-02 10:33:36 +00:00

Use photo editor after file picker (#797)

* open editor for files from file picker
This commit is contained in:
NatsumeMio 2022-03-29 15:32:50 +08:00 committed by GitHub
parent 8f54fb267d
commit 9e7fd90610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14694,8 +14694,6 @@ public class ChatActivity extends BaseFragment implements NotificationCenter.Not
info.uri = uri;
photos.add(info);
openPhotosEditor(photos, null);
// fillEditingMediaWithCaption(null, null);
// SendMessagesHelper.prepareSendingPhoto(getAccountInstance(), null, uri, dialog_id, replyingMessageObject, getThreadMessage(), null, null, null, null, 0, editingMessageObject, true, 0);
}
}
afterMessageSend();