Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b530bdb authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix #1038 Switch to View mode crashes (#1038)

parent 8124e6d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
            android:orientation="vertical"
            android:padding="@dimen/spacer_2x">

            <it.niedermann.android.markdown.markwon.MarkwonMarkdownViewer
            <it.niedermann.android.markdown.MarkdownViewerImpl
                android:id="@+id/content_context_based_formatting"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
@@ -57,7 +57,7 @@
                android:contentDescription="@string/context_based_formatting"
                android:src="@drawable/context_based_formatting" />

            <it.niedermann.android.markdown.markwon.MarkwonMarkdownViewer
            <it.niedermann.android.markdown.MarkdownViewerImpl
                android:id="@+id/content"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
            android:orientation="vertical"
            tools:context="it.niedermann.owncloud.notes.edit.EditNoteActivity">

            <it.niedermann.android.markdown.markwon.MarkwonMarkdownViewer
            <it.niedermann.android.markdown.MarkdownViewerImpl
                android:id="@+id/single_note_content"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
+1 −0
Original line number Diff line number Diff line
3.0.1

- 🐞 Fix overriding of manually set title when editing/exiting a new note (#935) (❤️ @johahauf)
- 🐞 Switch to View mode crashes (#1038)
- 🌍 Updated translations

3.0.0