mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-20 12:42:18 +01:00
DroidFish: Hide the action bar in xml instead of in code for smoother
startup.
This commit is contained in:
@@ -418,7 +418,6 @@ public class DroidFish extends Activity implements GUIInterface {
|
||||
|
||||
figNotation = Typeface.createFromAsset(getAssets(), "fonts/DroidFishChessNotationDark.otf");
|
||||
setPieceNames(PGNOptions.PT_LOCAL);
|
||||
requestWindowFeature(Window.FEATURE_NO_TITLE);
|
||||
initUI();
|
||||
|
||||
gameTextListener = new PgnScreenText(this, pgnOptions);
|
||||
|
||||
Reference in New Issue
Block a user