Revert "Small fix"

This reverts commit c9ff198313.
master
M66B 1 week ago
parent 7bf86c053f
commit 3b85991ff0

@ -2593,7 +2593,7 @@ public class FragmentCompose extends FragmentBase {
prefs.edit().putBoolean("markdown", markdown).apply();
Bundle args = new Bundle();
args.putBoolean("markdown", markdown);
args.putBoolean("markdown", true);
args.putBoolean("show", true);
onAction(R.id.menu_save, args, "Markdown");
}

Loading…
Cancel
Save