mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
make public for butterknife
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
24c0092d74
commit
a05f959f4d
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ public class NoteDialogFragment extends DialogFragment implements DialogInterfac
|
|||
private Unbinder unbinder;
|
||||
|
||||
@BindView(R.id.user_input_container)
|
||||
TextInputLayout noteEditTextInputLayout;
|
||||
public TextInputLayout noteEditTextInputLayout;
|
||||
|
||||
@BindView(R.id.user_input)
|
||||
TextInputEditText noteEditText;
|
||||
public TextInputEditText noteEditText;
|
||||
|
||||
public static NoteDialogFragment newInstance(OCShare share) {
|
||||
NoteDialogFragment frag = new NoteDialogFragment();
|
||||
|
|
Loading…
Reference in a new issue