mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Correct setServiceActivity implementation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29334 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
144df92bfb
commit
c9c28200c0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public class RockboxActivity extends Activity
|
|||
private void setServiceActivity(boolean set)
|
||||
{
|
||||
if (rbservice != null)
|
||||
rbservice.set_activity(this);
|
||||
rbservice.set_activity(set ? this : null);
|
||||
}
|
||||
|
||||
private void attachFramebuffer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue