Skip to content
Commit fa27eb3a authored by Yuanle Song's avatar Yuanle Song
Browse files

v2.0.7 bugfix on zero-input-pinyin

sometimes after GetCandidate dbus call, zero-input-fetch-size and
zero-input-candidates is not updated. This was because the async
function callback didn't update the metadata in some places.

- update initial fetch size and fetch size to be 1+ candidates needed for
  target page.
- removed zero-input-build-candidates-complete function,
  each async call should have its own callback function, don't reuse this one.
  in callback function, post GetCandidate metadata should be updated.
parent 218ef5e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment