Change-Id: Id405a61584ae269408469c4b14fb5020b14c8030
Signed-off-by: gitknilch <gitknilch@cwde.de>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.cwde.freeshisen"
- android:versionCode="3"
- android:versionName="0.1" >
+ android:versionCode="4"
+ android:versionName="0.2" >
<uses-sdk
android:minSdkVersion="5"
needsReset = true;
}
- if (timeCounter != this.timeCounter) {
+ if ((timeCounter != this.timeCounter) && (view != null)) {
this.timeCounter = timeCounter;
view.onTimeCounterActivate();
}