diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stk.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -436,6 +436,8 @@ static gboolean agent_called(struct ofono_stk *stk) switch (stk->pending_cmd->type) { case STK_COMMAND_TYPE_SELECT_ITEM: case STK_COMMAND_TYPE_DISPLAY_TEXT: + case STK_COMMAND_TYPE_GET_INPUT: + case STK_COMMAND_TYPE_GET_INKEY: return TRUE; } |