Skip to content

Commit

Permalink
Update current reply on data state change (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-magda authored Jul 4, 2019
1 parent f914def commit dd69b71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ final class BaseQuizViewController: UIViewController, ControllerWithStepikPlaceh
}

self.stepURL = data.stepURL
self.currentReply = data.reply

self.baseQuizView?.isSubmitButtonEnabled = data.isSubmitButtonEnabled
self.baseQuizView?.submitButtonTitle = data.submitButtonTitle
Expand Down

0 comments on commit dd69b71

Please sign in to comment.