show the destination picker at showing copy dialog right away

This commit is contained in:
tibbi 2017-02-28 21:17:35 +01:00
parent 3f643f7830
commit 9cae71b7ab

View file

@ -96,5 +96,7 @@ class CopyDialog(val activity: SimpleActivity, val files: ArrayList<File>, val c
} }
}) })
} }
view.destination.performClick()
} }
} }