Fixed issue 2846
This commit is contained in:
parent
9b91a57bc8
commit
4ad4873907
1 changed files with 0 additions and 4 deletions
|
@ -51,10 +51,6 @@ public class LinphoneLoginFragment extends Fragment implements OnClickListener,
|
|||
apply.setEnabled(false);
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue