X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/FreeShisen/blobdiff_plain/0727dd169bfc14c08dbc06e270df31f6009501e4..d6b1a9d778259c0713cfc2ae12e6ed57b361049d:/src/de/cwde/freeshisen/ShisenSho.java diff --git a/src/de/cwde/freeshisen/ShisenSho.java b/src/de/cwde/freeshisen/ShisenSho.java index f4ee58e..d926ff9 100644 --- a/src/de/cwde/freeshisen/ShisenSho.java +++ b/src/de/cwde/freeshisen/ShisenSho.java @@ -101,7 +101,7 @@ public class ShisenSho extends Application { needsReset = true; } - if (timeCounter != this.timeCounter) { + if ((timeCounter != this.timeCounter) && (view != null)) { this.timeCounter = timeCounter; view.onTimeCounterActivate(); }