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
1 changed files with 1 additions and 1 deletions

View File

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