Bug 1024778 - Part 1: Use the correct containing layout in the RemoteTabsVerificationPanel. r=lucasr

This commit is contained in:
Michael Comella 2014-06-13 16:29:41 -07:00
parent 14952cd43c
commit 53346ebde0

View File

@ -37,7 +37,7 @@ class RemoteTabsVerificationPanel extends ScrollView implements PanelView {
protected void onFinishInflate() {
super.onFinishInflate();
containingLayout = (LinearLayout) findViewById(R.id.remote_tabs_setup_containing_layout);
containingLayout = (LinearLayout) findViewById(R.id.remote_tabs_verification_containing_layout);
final View resendLink = containingLayout.findViewById(R.id.remote_tabs_confirm_resend);
resendLink.setOnClickListener(new OnClickListener() {