should've added this check
This commit is contained in:
parent
b28eb18c75
commit
b02d9d7132
|
@ -150,6 +150,7 @@ final class Actions {
|
||||||
if ( confirmOverwrite() ) {
|
if ( confirmOverwrite() ) {
|
||||||
// these might not really be necessary, but at this point just trying to be sure a running timer isn't
|
// these might not really be necessary, but at this point just trying to be sure a running timer isn't
|
||||||
// sometimes keeping the app open somehow ??
|
// sometimes keeping the app open somehow ??
|
||||||
|
if (run.getState() == Run.State.ONGOING)
|
||||||
run.stop();
|
run.stop();
|
||||||
run.reset();
|
run.reset();
|
||||||
|
|
||||||
|
|
Reference in a new issue