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

Commit 1e152e48 authored by Stefan Niedermann's avatar Stefan Niedermann Committed by Niedermann IT-Dienstleistungen
Browse files

WiP: #559 Use emojis for checkboxes in widgets if possible

parent deb86d27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ public class MarkdownUtil {
    /**
     * Performs the given {@param map} function for each line which contains a checkbox
     */
    private static CharSequence runForEachCheckbox(String markdownString, Function<String, String> map) {
    private static CharSequence runForEachCheckbox(@NonNull String markdownString, @NonNull Function<String, String> map) {
        final String[] lines = markdownString.split("\n");
        boolean isInFencedCodeBlock = false;
        int fencedCodeBlockSigns = 0;