feat: implement an emoji keyboard
- add button to show emoji keyboard - change database directory for debug builds Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
0f448af5dc
commit
b1d1744df8
9 changed files with 117 additions and 11 deletions
|
|
@ -18,7 +18,7 @@ class ChatEmojiPicker extends StatelessWidget {
|
|||
child: controller.showEmojiPicker
|
||||
? EmojiPicker(
|
||||
onEmojiSelected: controller.onEmojiSelected,
|
||||
onBackspacePressed: controller.cancelEmojiPicker,
|
||||
onBackspacePressed: controller.emojiPickerBackspace,
|
||||
)
|
||||
: null,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue