--- android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java 2010/06/14 06:32:06 845 +++ android/TrainInfo/src/dk/thoerup/traininfo/WelcomeScreen.java 2010/06/14 06:34:29 846 @@ -46,7 +46,7 @@ CheckUpdates update = new CheckUpdates(); update.checkForUpdates(this, "http://t-hoerup.dk/android/traininfo/version.txt", "TrainInfo DK"); - + /* Runnable r = new Runnable() { @Override public void run() { @@ -55,6 +55,7 @@ } }; handler.postDelayed(r, 1500); + */ } class AboutListener implements OnClickListener {