mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 17:15:40 -04:00
cleanup
This commit is contained in:
parent
d451ee4dfe
commit
94b05fcd3a
@ -36,7 +36,7 @@ import android.app.AlertDialog;
|
||||
|
||||
public class MainActivity extends AppCompatActivity implements OnTouchListener, OnClickListener
|
||||
{
|
||||
public static final String initText = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA "; //onResume
|
||||
public static final String initText = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ";
|
||||
|
||||
private static int[] hotbarKeys = {
|
||||
Keyboard.KEY_1, Keyboard.KEY_2, Keyboard.KEY_3,
|
||||
@ -132,8 +132,7 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
||||
public void onCreate(Bundle savedInstanceState)
|
||||
{
|
||||
super.onCreate(savedInstanceState);
|
||||
setContentView(R.layout.main);
|
||||
|
||||
setContentView(R.layout.main);
|
||||
|
||||
final View decorView = getWindow().getDecorView();
|
||||
decorView.setOnSystemUiVisibilityChangeListener (new View.OnSystemUiVisibilityChangeListener() {
|
||||
@ -206,7 +205,7 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
|
||||
/*
|
||||
if (mVersionInfo.arguments != null) {
|
||||
System.loadLibrary("lwjgl32");
|
||||
System.loadLibrary("lwjgl_opengl32"); //resume
|
||||
System.loadLibrary("lwjgl_opengl32");
|
||||
System.loadLibrary("lwjgl_stb32");
|
||||
}
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user