Android: Fix long unnoticed typo in function call, leading to the wrong function being called.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30163 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-07-18 21:30:06 +00:00
parent 5721d4cfbf
commit a5e7354b20

View file

@ -68,7 +68,7 @@ public class MediaButtonReceiver
public void unregister()
{
api.register();
api.unregister();
}
/* helper class for the manifest */