mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Fix an issue with username autocomplete
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
12ff41048a
commit
ac91b2b5b6
@ -51,8 +51,6 @@ public class MagicCharPolicy implements AutocompletePolicy {
|
||||
span[1] = matcher.end();
|
||||
if (text.subSequence(matcher.start(), matcher.end()).charAt(0) == character) {
|
||||
return span;
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user