Bug 785731: Tabs-tray rotation should preserve the height. [r=mcomella]

--HG--
extra : rebase_source : ceddf0b6584e54bcda3f9f7b66848064064e87ed
This commit is contained in:
Sriram Ramasubramanian 2012-08-31 11:14:43 -07:00
Родитель 0535ff7100
Коммит b31845a5c2
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -173,8 +173,7 @@ public class TabsPanel extends LinearLayout {
int listHeight = (int) (0.5 * mContext.getResources().getDisplayMetrics().heightPixels);
int height = actionBarHeight + listHeight;
if (showAnimation)
dispatchLayoutChange(getWidth(), height);
dispatchLayoutChange(getWidth(), height);
}
// If Sync is set up, query the database for remote clients.