try to cut nimble
This commit is contained in:
@@ -9,7 +9,7 @@ import android.view.inputmethod.InputMethodManager;
|
||||
import android.widget.EditText;
|
||||
import android.widget.RelativeLayout;
|
||||
|
||||
import com.ea.nimble.Log;
|
||||
//import com.ea.nimble.Log;
|
||||
|
||||
public class VirtualKeyboardAndroidDelegate extends KeyboardAndroid {
|
||||
private static final boolean DEBUG_LOG_ENABLED = true;
|
||||
@@ -36,7 +36,7 @@ public class VirtualKeyboardAndroidDelegate extends KeyboardAndroid {
|
||||
private volatile int mKeyboardLayout = 1;
|
||||
private Activity mMainActivity;
|
||||
public ViewGroup mMainViewGroup;
|
||||
public int mMaxTextLength = Log.LEVEL_INFO;
|
||||
public int mMaxTextLength = 1;//Log.LEVEL_INFO;
|
||||
public String mNewText;
|
||||
private boolean mPhysicalKeyboardVisible = false;
|
||||
public RelativeLayout mRelativeLayout;
|
||||
|
||||
@@ -40,7 +40,7 @@ import kotlin.system.exitProcess
|
||||
class GameActivity : ComponentActivity(), DrawFrameListener {
|
||||
|
||||
init {
|
||||
System.loadLibrary("nimble")
|
||||
//System.loadLibrary("nimble")
|
||||
System.loadLibrary("app")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user