mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 06:38:09 +00:00
Fixed issue 2846
This commit is contained in:
parent
9b91a57bc8
commit
4ad4873907
1 changed files with 0 additions and 4 deletions
|
|
@ -50,10 +50,6 @@ public class LinphoneLoginFragment extends Fragment implements OnClickListener,
|
|||
apply = (Button) view.findViewById(R.id.assistant_apply);
|
||||
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…
Add table
Reference in a new issue