mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-02 23:38:34 +00:00
Disallow visually-empty profile names.
This commit is contained in:
committed by
Alex Hart
parent
523e21f3be
commit
a0031298d8
@@ -30,6 +30,8 @@ public final class StringUtilTest_whitespace_handling {
|
||||
{ "\u200E", "", true },
|
||||
{ "\u200F", "", true },
|
||||
{ "\u2007", "", true },
|
||||
{ "\u200B", "", true },
|
||||
{ "\u2800", "", true },
|
||||
{ "\u2007\u200FA\tB\u200EC\u200E\u200F", "A\tB\u200EC", false },
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user