allow creating new folders before exporting events in an ics file
This commit is contained in:
parent
e53739fbd2
commit
c4a7509efa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue