Skip to content

Commit

Permalink
Add nokia.file-ui server to the list of unimplemented Nokia-specific …
Browse files Browse the repository at this point in the history
…localmsg servers
  • Loading branch information
marco-c committed Sep 19, 2014
1 parent b095d2e commit 18ea66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midp/localmsg.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ MIDP.LocalMsgConnections = {};
// MIDlets are usually happy even if the servers don't reply, but we should
// remember to implement them in case they will be needed.
MIDP.FakeLocalMsgServers = [ "nokia.phone-status", "nokia.active-standby", "nokia.profile",
"nokia.connectivity-settings", "nokia.contacts" ];
"nokia.connectivity-settings", "nokia.contacts", "nokia.file-ui" ];
MIDP.FakeLocalMsgServers.forEach(function(server) {
MIDP.LocalMsgConnections[server] = new LocalMsgConnection();
});
Expand Down

0 comments on commit 18ea66b

Please sign in to comment.