mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 12:56:02 +03:00
Fix derp in NoteUtil
This commit is contained in:
parent
053167e014
commit
524ad9d0ce
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class NoteUtil {
|
|||
result = pEmphasis.matcher(result).replaceAll("$2");
|
||||
result = pSpace1.matcher(result).replaceAll("");
|
||||
result = pSpace2.matcher(result).replaceAll("");
|
||||
return s;
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue