assets/src/org/ruboto/EntryPointActivity.java in ruboto-0.9.0 vs assets/src/org/ruboto/EntryPointActivity.java in ruboto-0.10.0.rc.0
- old
+ new
@@ -98,10 +98,9 @@
new Thread(new Runnable() {
public void run() {
final boolean jrubyOk = JRubyAdapter.setUpJRuby(EntryPointActivity.this);
if (jrubyOk) {
Log.d("onResume: JRuby OK");
- prepareJRuby();
runOnUiThread(new Runnable() {
public void run() {
fireRubotoActivity();
}
});