Closed
Bug 879490
Opened 12 years ago
Closed 11 years ago
java.lang.NoSuchMethodError: android.widget.LinearLayout.<init>at org.mozilla.gecko.home.TwoLinePageRow.<init>(TwoLinePageRow.java:41)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: Margaret, Assigned: sriram)
References
Details
(Whiteboard: fixed-fig)
Attachments
(1 file)
1.25 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
Crash on fig. A regression caused by bug 862796.
Assignee | ||
Comment 1•12 years ago
|
||
Fixed. LinearLayout's third constructor was added only in API level 11. (That constructor isn't used anywhere anyways).
Lesson: Don't try to follow Android in everything! :(
Attachment #758193 -
Flags: review?(margaret.leibovic)
Reporter | ||
Updated•12 years ago
|
Attachment #758193 -
Flags: review?(margaret.leibovic) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Whiteboard: fixed-fig
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•