prettifies run status, fixed constantly writing running to status
This commit is contained in:
@@ -1015,9 +1015,9 @@ public class Well {
|
||||
db.newCard(currentCard);
|
||||
currentCard = new Card(strokesLifetime);
|
||||
pointCounter = -1;
|
||||
if (strokesSinceStart > startupStrokes){
|
||||
if (runStatus == RUNSTATUS_STARTING && strokesSinceStart > startupStrokes){
|
||||
runStatus = RUNSTATUS_RUNNING;
|
||||
db.newRunStatus("Running", "startup");
|
||||
db.newRunStatus("Running", "startupstrokes");
|
||||
}
|
||||
|
||||
if (runStatus == RUNSTATUS_RUNNING) {
|
||||
|
||||
Reference in New Issue
Block a user