allow creating new folders before exporting events in an ics file

This commit is contained in:
tibbi 2017-12-19 23:13:48 +01:00
parent e53739fbd2
commit c4a7509efa

View File

@ -538,7 +538,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
} }
private fun exportEvents() { private fun exportEvents() {
FilePickerDialog(this, pickFile = false) { FilePickerDialog(this, pickFile = false, showFAB = true) {
val path = it val path = it
ExportEventsDialog(this, path) { exportPastEvents, file, eventTypes -> ExportEventsDialog(this, path) { exportPastEvents, file, eventTypes ->
Thread { Thread {