commit | b12733481bccbdec784a5b1ad9dae54689d56d70 | [log] [tgz] |
---|---|---|
author | Daichi Hirono <hirono@google.com> | Thu Apr 14 14:40:47 2016 +0900 |
committer | Daichi Hirono <hirono@google.com> | Thu Apr 14 16:54:47 2016 +0900 |
tree | 6062bea4956825fd1d33f3e713bb0f66cd171de9 | |
parent | 15aac69c8f16e5edd62fd6557cf6ffb5e04b351e [diff] |
Filter out ACTION_UP events in onKey() listener. Previously we invokes performeSave both for ACTION_DOWN and ACTION_UP, thus it creates two documents. Change-Id: I7fc2a62c34fc239c2bf3ca6c71122e360d589727 Fixes: 28179791