mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Auto save on comma too
This commit is contained in:
@@ -2332,6 +2332,7 @@ public class Helper {
|
||||
static boolean isEndChar(char c) {
|
||||
return (c == '.' /* Latin */ ||
|
||||
c == '。' /* Chinese */ ||
|
||||
c == ',' ||
|
||||
c == ':' || c == ';' ||
|
||||
c == '?' || c == '!');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user