[DEBUG] overwrite error corection for android java

This commit is contained in:
Edouard DUPIN 2013-07-23 21:38:05 +02:00
parent 3b23c15a91
commit af9749013a

View File

@ -182,7 +182,7 @@ public abstract class EwolActivity extends Activity implements EwolCallback, Ewo
super.onConfigurationChanged(newConfig); super.onConfigurationChanged(newConfig);
} }
@Override public void keyboardUpdate(boolean show) public void keyboardUpdate(boolean show)
{ {
final InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); final InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
if(show) { if(show) {
@ -194,7 +194,7 @@ public abstract class EwolActivity extends Activity implements EwolCallback, Ewo
} }
} }
@Override public void eventNotifier(String[] args) public void eventNotifier(String[] args)
{ {
// just for the test ... // just for the test ...
EWOL.touchEvent(); EWOL.touchEvent();