commit | c986b3598c76c2b163ea0e8c4fd1de0866438bfa | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Mon Jul 18 14:03:21 2011 -0700 |
committer | Chet Haase <chet@google.com> | Mon Jul 18 14:03:21 2011 -0700 |
tree | ab35d39b1c5e86b68ca17e22d43e27b3e88e1925 | |
parent | abb7d66049c176459779a22810b3931d263f68e6 [diff] |
Fix leftover artifacts from sliding Recents items out When items were removed from the Recents list, the removeViewInLayout() method was being called instead of removeView(). This avoided proper layout and invalidation from occurring, which sometimes resulted in detritus on the screen since the framework wasn't updating the area last occupied by the item. Change-Id: I43132d06df1714f00c399d34908e4d6dd0a8d5c6