commit | fa12acb8b789081c532048ad03fcf8500cc6defb | [log] [tgz] |
---|---|---|
author | Jean Chalard <jchalard@google.com> | Thu Mar 01 19:05:51 2012 +0900 |
committer | Jean Chalard <jchalard@google.com> | Thu Mar 01 19:05:51 2012 +0900 |
tree | 5d9f4b56786aed2674a270f2ec1cd4de73baf32a | |
parent | 870a1ab1563b7bde736a65dc098245370c85069d [diff] |
Change a dangerous ID The message id 0 is used intrinsically by the framework for all messages without a specific ID. Using 0 here we can't reliably use the post(Runnable) method on our handler, because these would in *some* respects be taken for update_suggestion messages, but not all. For example, they'd be removed on removeMessage() but they would not trigger the actual process. This would lead to utter confusion. Change-Id: I5d9b01d38e2ff090cd0d80c27421dc8a41c317b8