feat: update profile note edit design

This commit is contained in:
LucasGGamerM
2023-08-26 17:48:53 -03:00
parent d7e48c2917
commit 9732c48fde
3 changed files with 30 additions and 9 deletions

View File

@@ -270,7 +270,7 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
noteEdit = content.findViewById(R.id.note_edit);
noteWrap = content.findViewById(R.id.note_edit_wrap);
Button noteEditConfirm = content.findViewById(R.id.note_edit_confirm);
ImageButton noteEditConfirm = content.findViewById(R.id.note_edit_confirm);
noteEditConfirm.setOnClickListener((v -> {
if (!noteEdit.getText().toString().trim().equals(note)) {