Android: minor spacing and brace fix.
There isn't an official Java style, but this seems to be consistent with everything else.
This commit is contained in:
parent
248afb9fa7
commit
6d954afddd
|
@ -53,9 +53,11 @@ public final class TvMainActivity extends FragmentActivity implements MainView
|
|||
|
||||
// Stuff in this block only happens when this activity is newly created (i.e. not a rotation)
|
||||
if (savedInstanceState == null)
|
||||
{
|
||||
StartupHandler.HandleInit(this);
|
||||
}
|
||||
// Setup and/or sync channels
|
||||
TvUtil.scheduleSyncingChannel(getApplicationContext());
|
||||
TvUtil.scheduleSyncingChannel(getApplicationContext());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue