mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
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)
|
// Stuff in this block only happens when this activity is newly created (i.e. not a rotation)
|
||||||
if (savedInstanceState == null)
|
if (savedInstanceState == null)
|
||||||
|
{
|
||||||
StartupHandler.HandleInit(this);
|
StartupHandler.HandleInit(this);
|
||||||
|
}
|
||||||
// Setup and/or sync channels
|
// Setup and/or sync channels
|
||||||
TvUtil.scheduleSyncingChannel(getApplicationContext());
|
TvUtil.scheduleSyncingChannel(getApplicationContext());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user