Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #27 from Y32Gcnte8z/visibility
Browse files Browse the repository at this point in the history
Retain visibility of status when editing
  • Loading branch information
sk22 authored Nov 2, 2022
2 parents 4ea5d94 + 96040e1 commit 6274ab3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@ public void onIconChanged(int icon){
attachmentsView.addView(createMediaAttachmentView(att));
}
}

if(editingStatus!=null && editingStatus.visibility!=null) {
statusVisibility=editingStatus.visibility;
}
updateVisibilityIcon();

autocompleteViewController=new ComposeAutocompleteViewController(getActivity(), accountID);
Expand Down

0 comments on commit 6274ab3

Please sign in to comment.