fix issue #2788
This commit is contained in:
parent
8c0f2db056
commit
3422070be6
@ -495,6 +495,9 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
private function goToLatestReadMessage(e:ShortcutEvent):void {
|
||||
if (e.otherUserID == chatWithUserID){
|
||||
if (latestMessage < 0) {
|
||||
latestMessage = 0;
|
||||
}
|
||||
currentMessage = latestMessage;
|
||||
chatMessagesList.accessibilityProperties.description = navRecentString + " " + chatMessages.messages.getItemAt(currentMessage).toString();
|
||||
navigationMaintenance();
|
||||
|
Loading…
Reference in New Issue
Block a user