Fixed removeIncludedActions - do..while changed to while(true)

as it was not working when firstItem was excluded and thus removed.
Statement "continue" in do..while checks condition immediately
and then terminating loop, because firstItem is now the second
of the list. Other excluded items then won't be removed.
This commit is contained in:
Jindra Petřík
2018-01-07 18:47:49 +01:00
parent 0cb15e9c76
commit a8c21cb3b4