forked from len0rd/rockbox
android: clean-up and some refactoring in java code.
Change-Id: I78cadb0b71bcb65a55006bf52cfe3e6cda891a38
This commit is contained in:
parent
82337dda6a
commit
c8317eb596
6 changed files with 65 additions and 77 deletions
|
@ -91,9 +91,9 @@ public class RockboxActivity extends Activity
|
|||
|
||||
private void setServiceActivity(boolean set)
|
||||
{
|
||||
RockboxService s = RockboxService.get_instance();
|
||||
RockboxService s = RockboxService.getInstance();
|
||||
if (s != null)
|
||||
s.set_activity(set ? this : null);
|
||||
s.setActivity(set ? this : null);
|
||||
}
|
||||
|
||||
public void onResume()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue