Skip to content
Snippets Groups Projects
Commit 53d61e57 authored by Ghazi Triki's avatar Ghazi Triki
Browse files

Make none emoji work in mobile.

parent d590c64a
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@
<fx:Script>
<![CDATA[
import org.bigbluebutton.air.user.models.EmojiStatus;
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void {
icon.text = getStyle("icon");
icon.setStyle("fontFamily", getStyle("iconFont"));
......
......@@ -21,6 +21,6 @@ package org.bigbluebutton.air.user.models {
public static const APPLAUSE:String = "applause";
public static const STATUS_ARRAY:Array = [RAISE_HAND, HAPPY, NEUTRAL, SAD, CONFUSED, AWAY, THUMBS_UP, THUMBS_DOWN, APPLAUSE];
public static const STATUS_ARRAY:Array = [RAISE_HAND, HAPPY, NEUTRAL, SAD, CONFUSED, AWAY, THUMBS_UP, THUMBS_DOWN, APPLAUSE, NO_STATUS];
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment