mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 04:10:45 +01:00
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…
x
Reference in New Issue
Block a user