Merge branch 'braid/emoji-placeholder' into 'main'
fix: custom emote placeholder See merge request famedly/fluffychat!1127
This commit is contained in:
commit
36cc2c23a1
2 changed files with 11 additions and 5 deletions
|
|
@ -263,6 +263,8 @@ class InputBar extends StatelessWidget {
|
|||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
MxcImage(
|
||||
// ensure proper ordering ...
|
||||
key: ValueKey(suggestion['name']),
|
||||
uri: suggestion['mxc'] is String
|
||||
? Uri.parse(suggestion['mxc'] ?? '')
|
||||
: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue