make public for butterknife

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2019-01-07 11:16:31 +01:00 committed by Andy Scherzinger
parent 24c0092d74
commit a05f959f4d
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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();