commit | 1d0a152fa8905b9dfb87dc87da8e5432e48eae96 | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Wed Nov 18 01:35:42 2009 -0800 |
committer | Jim Miller <jaggies@google.com> | Wed Nov 18 01:46:00 2009 -0800 |
tree | 0e49f5b618409137de548718ee8eda4347117b23 | |
parent | f0166e4dd0907e487531960e36f516406d265b73 [diff] |
Workaround for 2262578: Don't draw tabs if view is not in the correct orientation for the layout This is an uber hack. Since there is a race between resizing the view and getting the orientation-changed notification, this just tries to avoid drawing the tabs in the wrong orientation (based on what we *expect* to be the orientation specified in the layout file for the SlidingTab). This masks the problem *most* of the time.