Skip to content
Snippets Groups Projects
Commit cbc8d6ab authored by Sriram Ramasubramanian's avatar Sriram Ramasubramanian
Browse files

Bug 930162: NPE in TabMenuStrip. [r=lucasr, a=lsblakk]

parent 18a16bc3
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,10 @@ public class TabMenuStrip extends LinearLayout
setScrollingData(position, positionOffset);
if (fromTab == null || toTab == null) {
return;
}
final int fromTabLeft = fromTab.getLeft();
final int fromTabRight = fromTab.getRight();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment