Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Remove changes to SplashActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
oakes committed Oct 27, 2013
1 parent 0f8f4aa commit d1f2792
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions android/src/java/net/nightweb/SplashActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import android.view.animation.AnimationUtils;
import android.widget.ImageView;
import android.widget.TextView;
import android.util.Log;

import clojure.lang.Symbol;
import clojure.lang.Var;
Expand All @@ -19,7 +18,6 @@
public class SplashActivity extends Activity {

private static boolean firstLaunch = true;
private static String TAG = "Splash";

@Override
public void onCreate(Bundle bundle) {
Expand Down Expand Up @@ -54,12 +52,6 @@ public void run() {
Var INIT = RT.var("neko.init", "init");
INIT.invoke(SplashActivity.this.getApplication());

try {
Class.forName("net.nightweb.MainPage");
} catch (ClassNotFoundException e) {
Log.e(TAG, "Failed loading MainPage", e);
}

proceed();
}
}).start();
Expand Down

0 comments on commit d1f2792

Please sign in to comment.