Taking the notes out of the about section until further notice
This commit is contained in:
@@ -83,9 +83,9 @@ public class ProfileAboutFragment extends Fragment implements WindowInsetsAwareF
|
|||||||
this.note=note;
|
this.note=note;
|
||||||
this.accountID=accountID;
|
this.accountID=accountID;
|
||||||
this.profileAccountID=profileAccountID;
|
this.profileAccountID=profileAccountID;
|
||||||
noteWrap.setVisibility(View.VISIBLE);
|
// noteWrap.setVisibility(View.VISIBLE);
|
||||||
noteEdit.setVisibility(View.VISIBLE);
|
// noteEdit.setVisibility(View.VISIBLE);
|
||||||
noteEdit.setText(note);
|
// noteEdit.setText(note);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
|
|||||||
Reference in New Issue
Block a user