mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 833546: Rotating phone will open tabs-tray. [r=mfinkle]
--HG-- extra : rebase_source : 8f0e9406102233cdacfc1a993e3d35c91ec1d8be
This commit is contained in:
parent
1bafd938ca
commit
4850102832
@ -180,6 +180,9 @@ public class TabsPanel extends LinearLayout
|
||||
|
||||
@Override
|
||||
public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
|
||||
if (!mVisible)
|
||||
return;
|
||||
|
||||
Panel panel = TabsPanel.Panel.NORMAL_TABS;
|
||||
if (position == 1)
|
||||
panel = TabsPanel.Panel.PRIVATE_TABS;
|
||||
|
Loading…
Reference in New Issue
Block a user