Fix library category not updatable when empty. Closes #907

This commit is contained in:
inorichi
2017-07-27 09:21:15 +02:00
parent aa46c52eee
commit 6059b85e58
3 changed files with 6 additions and 2 deletions

View File

@@ -5,4 +5,8 @@ open class TestApp : App() {
override fun setupAcra() {
// Do nothing
}
override fun setupJobManager() {
// Do nothing
}
}