mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-14 01:17:36 +00:00
Fix mentions bug
This commit is contained in:
@@ -2775,7 +2775,8 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||||||
} catch (Exception exception) {
|
} catch (Exception exception) {
|
||||||
mentions.clear(); // TODO: Dirty workaround for ConcurrentModificationException
|
mentions.clear(); // TODO: Dirty workaround for ConcurrentModificationException
|
||||||
}
|
}
|
||||||
} else if (text.length() > 0) {
|
}
|
||||||
|
if (text.length() > 0) {
|
||||||
if (currentMentionStartIndex > text.length()) {
|
if (currentMentionStartIndex > text.length()) {
|
||||||
resetMentions(); // Should never occur
|
resetMentions(); // Should never occur
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user