Commit 9d1435c1 authored by Thomas's avatar Thomas
Browse files

Markdown support disabled by default

parent 1a237e00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ public class SpannableHelper {
        } else {
            initialContent = new SpannableString(text);
        }
        boolean markdownSupport = sharedpreferences.getBoolean(context.getString(R.string.SET_MARKDOWN_SUPPORT), true);
        boolean markdownSupport = sharedpreferences.getBoolean(context.getString(R.string.SET_MARKDOWN_SUPPORT), false);
        //Get all links
        SpannableStringBuilder content;
        if (markdownSupport && convertMarkdown) {
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
        app:title="@string/timeline_scrollbar" />

    <SwitchPreferenceCompat
        android:defaultValue="true"
        android:defaultValue="false"
        app:iconSpaceReserved="false"
        app:key="@string/SET_MARKDOWN_SUPPORT"
        app:singleLineTitle="false"