fix(profile-notes): save note on refresh
This commit is contained in:
@@ -447,6 +447,12 @@ public class ProfileFragment extends LoaderFragment implements ScrollableToTop,
|
||||
if(refreshing)
|
||||
return;
|
||||
refreshing=true;
|
||||
|
||||
// MOSHIDON: save private note on refresh
|
||||
if(!isOwnProfile){
|
||||
savePrivateNote(noteEdit.getText().toString());
|
||||
}
|
||||
|
||||
doLoadData();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user