Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-11-22 13:01:36 +0300
committerStefan Niedermann <info@niedermann.it>2020-11-22 13:01:36 +0300
commit3845e81858e9636b5cf8902ea845830a312ef9a4 (patch)
tree4b7c833b8627e3f3aaa644b1c6287e44bb3a8d62 /app/src/main/res
parente3e74d98e63268b0e7716e72470485ab6ba0ad72 (diff)
Disable HeadingEditHandler for MarkwonMarkdownEditor
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_card_edit_tab_details.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_card_edit_tab_details.xml b/app/src/main/res/layout/fragment_card_edit_tab_details.xml
index 327a21b0b..2a178570a 100644
--- a/app/src/main/res/layout/fragment_card_edit_tab_details.xml
+++ b/app/src/main/res/layout/fragment_card_edit_tab_details.xml
@@ -130,7 +130,7 @@
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
tools:listitem="@tools:sample/avatars" />
- <it.niedermann.android.markdown.MarkwonMarkdownViewer
+ <it.niedermann.android.markdown.MarkwonMarkdownEditor
android:id="@+id/description"
android:layout_width="match_parent"
android:layout_height="wrap_content" />