Clarify ScrollableMultichoice_ProcessInput comment
This commit is contained in:
parent
9e660b2cdf
commit
61a0036c47
1 changed files with 1 additions and 1 deletions
|
@ -2592,7 +2592,7 @@ static void ScrollableMultichoice_ProcessInput(u8 taskId)
|
|||
}
|
||||
else if (input == task->tNumItems - 1)
|
||||
{
|
||||
// if selected option was the last one (Exit)
|
||||
// Selected option was the last one (Exit)
|
||||
CloseScrollableMultichoice(taskId);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue