1
0
Fork 0
forked from len0rd/rockbox

android: clean-up and some refactoring in java code.

Change-Id: I78cadb0b71bcb65a55006bf52cfe3e6cda891a38
This commit is contained in:
Thomas Martitz 2012-03-25 19:22:39 +02:00
parent 82337dda6a
commit c8317eb596
6 changed files with 65 additions and 77 deletions

View file

@ -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()