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

Commit

Permalink
remain visibility when editing
Browse files Browse the repository at this point in the history
  • Loading branch information
Xabellee committed Sep 15, 2022
1 parent 8aeda56 commit 96040e1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,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 96040e1

Please sign in to comment.