Skip to content
Snippets Groups Projects
Commit 3fca40ba authored by Richard Alam's avatar Richard Alam
Browse files

Merge pull request #3053 from riadvice/fix-shortcuts-locale-switch

Refresh the shortcuts ArrayCollection.
parents ab8055d1 d435f7dd
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
shownKeys.addAll(userKeys);
break;
}
shownKeys.refresh();
}
private function loadKeys(resource:Array, global:Boolean=false):ArrayList {
......
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