mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Put quote preview in text box for Android, above it in iOS
This commit is contained in:
@@ -1118,7 +1118,12 @@
|
||||
Component: window.Signal.Components.Quote,
|
||||
props,
|
||||
});
|
||||
this.$('.bottom-bar').prepend(this.quoteView.el);
|
||||
|
||||
const selector = storage.get('theme-setting') === 'ios'
|
||||
? '.bottom-bar'
|
||||
: '.send';
|
||||
|
||||
this.$(selector).prepend(this.quoteView.el);
|
||||
this.updateMessageFieldSize({});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user