mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 12:44:38 +00:00
Update order for attachment menu options.
This commit is contained in:
committed by
Cody Henthorne
parent
1222c30738
commit
1aa7175006
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user