Skip to content

Commit

Permalink
Fixed hiding error in external widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Jul 18, 2024
1 parent 5fb20f8 commit 6649c62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ private void onException(String toastText) {

@Override
public void hideError() {
super.hideError();
binding.widgetAnswerText.setError(null);
}

Expand Down

0 comments on commit 6649c62

Please sign in to comment.