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:
parent
5721d4cfbf
commit
a5e7354b20
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class MediaButtonReceiver
|
||||||
|
|
||||||
public void unregister()
|
public void unregister()
|
||||||
{
|
{
|
||||||
api.register();
|
api.unregister();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* helper class for the manifest */
|
/* helper class for the manifest */
|
||||||
|
|
Loading…
Reference in a new issue