Put quote preview in text box for Android, above it in iOS
This commit is contained in:
parent
d4220e278d
commit
f4d9ab8ba0
3 changed files with 25 additions and 4 deletions
|
@ -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({});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue