Update order for attachment menu options.
This commit is contained in:
parent
1222c30738
commit
1aa7175006
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue