commit | 9f2d271f693b445e513235ebc48ccd0f67926860 | [log] [tgz] |
---|---|---|
author | Junda Liu <junda@google.com> | Fri May 15 14:22:45 2015 -0700 |
committer | Junda Liu <junda@google.com> | Fri May 15 14:22:51 2015 -0700 |
tree | d1d25fca7e603224b3bc1e639ec3ffd8c874dfe3 | |
parent | 3f0a4268a919c7ffa178c4a2bff1b012d69cb575 [diff] |
Fix obtainMessage arg1 issue. We should use the obtainMessage(int what, int arg1, int arg2) form and ignore arg2 to pass the message correctly. Previously we got lucky because default is 0. Bug: b/21177838 Change-Id: I35cf35a4fcdec363f1136a8deca3204c400caa34