Skip to content

Commit

Permalink
Apply reviewer's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanseo0 committed Feb 16, 2023
1 parent 5aca9c2 commit 12bb752
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 144 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ void TextInputChannel::HandleMethodCall(
SendStateUpdate();
#ifndef WEARABLE_PROFILE
} else if (method.compare(kRequestAutofillMethod) == 0) {
TizenAutofill::GetInstance().RequestAutofill(autofill_hints_, autofill_id_);
TizenAutofill::GetInstance().RequestAutofill(autofill_id_, autofill_hints_);
#endif
} else {
result->NotImplemented();
Expand Down
Loading

0 comments on commit 12bb752

Please sign in to comment.