commit | 40b34b98d7e8456d78b1982885323dd4d87e4fc8 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Fri Sep 11 13:22:18 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Fri Sep 11 13:45:25 2009 -0700 |
tree | 537a33987d68efadd80864e9db52b9e24535a599 | |
parent | 5231f475b806610b4c9a64369aae5144fa2ee01d [diff] |
Bring positions back into photo setTag() for FT launching. Earlier change had switched setTag() to store Photos._ID values instead of list positions. This broke FastTrack launching from lists. This change adds a container class so both values happily live in the same tag. Fixes http://b/2114632