Use correct calling method for jni functions
This commit is contained in:
@@ -64,9 +64,9 @@ public class SuperTuxKartActivity extends SDLActivity
|
||||
private STKEditText m_stk_edittext;
|
||||
private int m_bottom_y;
|
||||
// ------------------------------------------------------------------------
|
||||
private native void saveKeyboardHeight(int height);
|
||||
private native static void saveKeyboardHeight(int height);
|
||||
// ------------------------------------------------------------------------
|
||||
private native void saveMovedHeight(int height);
|
||||
private native static void saveMovedHeight(int height);
|
||||
// ------------------------------------------------------------------------
|
||||
private native static void addDNSSrvRecords(String name, int weight);
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user