fix(Profile): remove note text before hiding NoteTextField
Fixes an issue, where if the NoteTextField was focussed and the note was hidden, the note would saved and reshown once the NoteTextField was hidden.
This commit is contained in:
@@ -454,8 +454,8 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void hidePrivateNote(){
|
private void hidePrivateNote(){
|
||||||
noteWrap.setVisibility(View.GONE);
|
|
||||||
noteEdit.setText(null);
|
noteEdit.setText(null);
|
||||||
|
noteWrap.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void savePrivateNote(String note){
|
private void savePrivateNote(String note){
|
||||||
|
|||||||
Reference in New Issue
Block a user