Skip to content

Commit

Permalink
* fixed pre-test check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
t-arn committed Dec 9, 2020
1 parent 2fc5940 commit 7e177f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/toga_android/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async def select_folder_dialog(self, title, initial_uri=None, multiselect=False)
:param str title: The title is ignored on Android
:param initial_uri: The initial location shown in the file chooser. Must be a content URI, e.g.
'content://com.android.externalstorage.documents/document/primary%3ADownload%2FTest-dir'
'content://com.android.externalstorage.documents/document/primary%3ADownload%2FTest-dir'
:type initial_uri: str or None
:param bool multiselect: If True, then several files can be selected
:returns: The content tree URI of the chosen folder or a list of content URIs when multiselect=True.
Expand Down

0 comments on commit 7e177f3

Please sign in to comment.