зеркало из https://github.com/mozilla/gecko-dev.git
Bug 785731: Tabs-tray rotation should preserve the height. [r=mcomella]
--HG-- extra : rebase_source : ceddf0b6584e54bcda3f9f7b66848064064e87ed
This commit is contained in:
Родитель
0535ff7100
Коммит
b31845a5c2
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче