mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +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,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)
|
// 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());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user