--- android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2011/03/26 01:49:11 1244 +++ android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2011/03/30 17:26:50 1245 @@ -461,13 +461,8 @@ if (locationLookup.elapsedTime() >= GPS_TIMEOUT_MS) { - try { - dismissDialog(DLG_PROGRESS); - } catch (IllegalArgumentException ex) { - // I get stacktraces that reports an exception is thrown here - - // but i can not recreate the situation that causes said exception - Log.e("TrainInfo", "Why the f*** is this exception thrown here ?? " + ex.getMessage() ); - } + dismissDialog(DLG_PROGRESS); + locationLookup.stopSearch();