Skip to content

Commit

Permalink
#1635 try to fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
desperateCoder committed Jun 12, 2024
1 parent fad16ed commit 523ab5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ private void setupDescription() {
registerEditorListener(binding.descriptionEditor);
registerEditorListener(binding.descriptionViewer);
} else {
registerEditorListener(binding.descriptionViewer);
binding.descriptionEditor.setEnabled(false);
binding.descriptionEditorWrapper.setVisibility(GONE);
binding.descriptionViewer.setEnabled(false);
Expand Down

0 comments on commit 523ab5e

Please sign in to comment.