forked from len0rd/rockbox
A bit of cleanup.
Replace // with /* */ style comments Cleanup copy&paste from the doc examples. Don't pretend to handle exception we don't handle actually. cleanup imports git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27754 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4aa3d01066
commit
4a3e6dbe8f
5 changed files with 52 additions and 56 deletions
|
@ -86,8 +86,6 @@ public class RockboxActivity extends Activity {
|
|||
ViewGroup g = (ViewGroup)RockboxService.fb.getParent();
|
||||
g.removeView(RockboxService.fb);
|
||||
setContentView(RockboxService.fb);
|
||||
} catch (Exception e) {
|
||||
LOG(e.toString());
|
||||
}
|
||||
RockboxService.fb.resume();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue