Fixed issue 2846

This commit is contained in:
Sylvain Berfini 2016-02-05 17:19:12 +01:00
parent 9b91a57bc8
commit 4ad4873907

View file

@ -50,10 +50,6 @@ public class LinphoneLoginFragment extends Fragment implements OnClickListener,
apply = (Button) view.findViewById(R.id.assistant_apply); apply = (Button) view.findViewById(R.id.assistant_apply);
apply.setEnabled(false); apply.setEnabled(false);
apply.setOnClickListener(this); apply.setOnClickListener(this);
if (getResources().getBoolean(R.bool.assistant_use_linphone_login_as_first_fragment)) {
view.findViewById(R.id.assistant_apply).setVisibility(View.GONE);
}
return view; return view;
} }