add #197 : start accessibility settings automatically

This commit is contained in:
hyb1996
2017-06-24 20:48:13 +08:00
parent 03a43fab42
commit b33ec58e57
4 changed files with 6 additions and 8 deletions

View File

@@ -125,12 +125,6 @@ public class ScriptEngineService {
task.setExecutionListener(mScriptExecutionObserver);
}
if (isUiMode(task)) {
mUiHandler.post(new Runnable() {
@Override
public void run() {
}
});
return ScriptExecuteActivity.execute(mContext, this, task);
} else {
RunnableScriptExecution scriptExecution = new RunnableScriptExecution(this, task);