mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 854458 - Implement keyboard navigation in TwoWayView (r=mfinkle)
This commit is contained in:
parent
b7c5926e3b
commit
62c20c3850
@ -55,7 +55,7 @@ public class TabsTray extends TwoWayView
|
||||
mCloseAnimationCount = 0;
|
||||
mPendingClosedTabs = new ArrayList<View>();
|
||||
|
||||
//setItemsCanFocus(true);
|
||||
setItemsCanFocus(true);
|
||||
|
||||
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TabsTray);
|
||||
boolean isPrivate = (a.getInt(R.styleable.TabsTray_tabs, 0x0) == 1);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user