Update order for attachment menu options.

This commit is contained in:
Greyson Parrelli 2023-11-16 14:57:46 -05:00 committed by Cody Henthorne
parent 1222c30738
commit 1aa7175006

View file

@ -28,9 +28,9 @@ public class AttachmentKeyboard extends FrameLayout implements InputAwareLayout.
private static final List<AttachmentKeyboardButton> DEFAULT_BUTTONS = Arrays.asList(
AttachmentKeyboardButton.GALLERY,
AttachmentKeyboardButton.FILE,
AttachmentKeyboardButton.PAYMENT,
AttachmentKeyboardButton.CONTACT,
AttachmentKeyboardButton.LOCATION
AttachmentKeyboardButton.LOCATION,
AttachmentKeyboardButton.PAYMENT
);
private View container;