Compare commits
No commits in common. "d61ec9e1f2d122968f7321bd81ab7852421edece" and "685303c6e198af635fcbcc548587bd45626fdbaa" have entirely different histories.
d61ec9e1f2
...
685303c6e1
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ actual fun rememberFileSaveLauncher(
|
|||
|
||||
return remember {
|
||||
object : FileSaveLauncher {
|
||||
override fun launch(defaultName: String, initialDir: String?) {
|
||||
override fun launch(defaultName: String) {
|
||||
launcher.launch(defaultName)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue