Support for multiple logbook files

This commit is contained in:
2025-01-13 08:16:06 +01:00
parent b1e26f8a96
commit fe5da015cb
6 changed files with 85 additions and 25 deletions

View File

@ -72,7 +72,7 @@ open class SettingsActivity : AppCompatActivity() {
textViewWebDAVPass.text.toString()
)
progressIndicator.visibility = View.VISIBLE
webDAVLogbookRepo.createLogbook(this, object: WebDAVLogbookRepository.LogbookCreatedListener{
webDAVLogbookRepo.createLogbook(this, "", object: WebDAVLogbookRepository.LogbookCreatedListener{
override fun onLogbookCreated() {
runOnUiThread({
progressIndicator.visibility = View.INVISIBLE