Skip to content

Commit

Permalink
Keyboard settings
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Aug 15, 2023
1 parent f482d72 commit 3212f41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sbapp/sideband/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2001,6 +2001,7 @@ def lxm_ingest(self, message, originator = False):
self.setstate("app.flags.unread_conversations", True)
else:
if self.gui_foreground():
RNS.log("Squelching notification since GUI is in foreground", RNS.LOG_DEBUG)
should_notify = False
else:
self.unread_conversation(context_dest)
Expand Down
2 changes: 2 additions & 0 deletions sbapp/ui/layouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
MDTextField:
id: message_text
input_type: "text"
keyboard_suggestions: True
multiline: True
hint_text: "Write message"
mode: "rectangle"
Expand Down

0 comments on commit 3212f41

Please sign in to comment.