Skip to content

Commit

Permalink
fix: Fix invisible description on readonly boards
Browse files Browse the repository at this point in the history
Refs: #1635 (comment)

Signed-off-by: Stefan Niedermann <info@niedermann.it>
  • Loading branch information
stefan-niedermann committed Jun 12, 2024
1 parent fad16ed commit 7f381f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ private void setupDescription() {
viewModel.descriptionChangedFromExternal().observe(getViewLifecycleOwner(), description -> {
binding.descriptionViewer.setMarkdownString(description);
});

registerEditorListener(binding.descriptionViewer);
}
}

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1024002.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- 🐞 Fix invisible description on readonly boards (#1635)

0 comments on commit 7f381f0

Please sign in to comment.