[DEBUG] overwrite error corection for android java
This commit is contained in:
parent
3b23c15a91
commit
af9749013a
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user