From 734a8049a5c98122e30d908192b220d7f3efabc8 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Tue, 17 Jan 2023 21:38:01 -0300 Subject: [PATCH] Taking the notes out of the about section until further notice --- .../android/fragments/ProfileAboutFragment.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileAboutFragment.java b/mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileAboutFragment.java index ba2cb9d95..0e4e353ea 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileAboutFragment.java +++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/ProfileAboutFragment.java @@ -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