Dieser Commit ist enthalten in:
Commit
6a08e5c378
@ -77,6 +77,7 @@ public class RecordStateMachine {
|
|||||||
if (recordStatus == RecordStatus.RECORD_AUTO) {
|
if (recordStatus == RecordStatus.RECORD_AUTO) {
|
||||||
recordStatus = RecordStatus.IDLE_AUTO;
|
recordStatus = RecordStatus.IDLE_AUTO;
|
||||||
} else {
|
} else {
|
||||||
|
autoHandler.disable();
|
||||||
recordStatus = RecordStatus.IDLE;
|
recordStatus = RecordStatus.IDLE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren