Skip to content

Commit 12bb752

Browse files
committed
Apply reviewer's comment
1 parent 5aca9c2 commit 12bb752

File tree

3 files changed

+200
-144
lines changed

3 files changed

+200
-144
lines changed

flutter/shell/platform/tizen/channels/text_input_channel.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ void TextInputChannel::HandleMethodCall(
323323
SendStateUpdate();
324324
#ifndef WEARABLE_PROFILE
325325
} else if (method.compare(kRequestAutofillMethod) == 0) {
326-
TizenAutofill::GetInstance().RequestAutofill(autofill_hints_, autofill_id_);
326+
TizenAutofill::GetInstance().RequestAutofill(autofill_id_, autofill_hints_);
327327
#endif
328328
} else {
329329
result->NotImplemented();

0 commit comments

Comments
 (0)