Re-enabled the AIR chat send button after success
This commit is contained in:
parent
1c61b8871f
commit
37060a87be
@ -165,6 +165,7 @@ package org.bigbluebutton.air.chat.views {
|
||||
|
||||
private function onSendSuccess(result:String):void {
|
||||
view.inputMessage.enabled = true;
|
||||
view.sendButton.enabled = true;
|
||||
view.inputMessage.text = "";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user