Taking the notes out of the about section until further notice

This commit is contained in:
LucasGGamerM
2023-01-17 21:38:01 -03:00
parent 417faa66f9
commit 734a8049a5

View File

@@ -83,9 +83,9 @@ public class ProfileAboutFragment extends Fragment implements WindowInsetsAwareF
this.note=note;
this.accountID=accountID;
this.profileAccountID=profileAccountID;
noteWrap.setVisibility(View.VISIBLE);
noteEdit.setVisibility(View.VISIBLE);
noteEdit.setText(note);
// noteWrap.setVisibility(View.VISIBLE);
// noteEdit.setVisibility(View.VISIBLE);
// noteEdit.setText(note);
}
@Nullable