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:
Mike 2018-08-23 21:18:02 -07:00
parent 248afb9fa7
commit 6d954afddd
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ 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());
}