Skip to content

Commit

Permalink
Merge pull request #2598 from KABoissonneault/fix/work-question
Browse files Browse the repository at this point in the history
Fixed "work question" sticking while moving from "Where Is?"
  • Loading branch information
KABoissonneault authored Feb 26, 2024
2 parents 5e45993 + 5bc579a commit 5b28ea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ protected void ClearCurrentQuestion()
protected virtual void UpdateQuestion(int index)
{
TalkManager.ListItem listItem;
if (selectedTalkCategory == TalkCategory.Work)
if (selectedTalkOption == TalkOption.WhereIs && selectedTalkCategory == TalkCategory.Work)
{
listItem = new TalkManager.ListItem();
listItem.questionType = TalkManager.QuestionType.Work;
Expand Down

0 comments on commit 5b28ea0

Please sign in to comment.