mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-17 12:00:10 -07:00
Fix double letters
This commit is contained in:
parent
23354ab0ca
commit
70c97f4c66
1555 changed files with 59 additions and 46 deletions
|
|
@ -197,7 +197,7 @@ public class MainActivity extends Activity implements OnTouchListener
|
|||
break;
|
||||
case R.id.nav_viewlog: openLogOutput();
|
||||
break;
|
||||
case R.id.nav_viewcanvas: //openCanvasOutput();
|
||||
case R.id.nav_fixdoubleletters: //openCanvasOutput();
|
||||
}
|
||||
//Toast.makeText(MainActivity.this, menuItem.getTitle() + ":" + menuItem.getItemId(), Toast.LENGTH_SHORT).show();
|
||||
|
||||
|
|
@ -257,7 +257,9 @@ public class MainActivity extends Activity implements OnTouchListener
|
|||
toggleGui(null);
|
||||
|
||||
this.drawerLayout.closeDrawers();
|
||||
|
||||
|
||||
AndroidLWJGLKeycode.isSendChar = mVersionInfo.minimumLauncherVersion < 18;
|
||||
|
||||
placeMouseAt(AndroidDisplay.windowWidth / 2, AndroidDisplay.windowHeight / 2);
|
||||
new Thread(new Runnable(){
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue