Skip to content

Commit

Permalink
Removed whitspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Guhan-SenSam authored and akshayaurora committed Jun 2, 2021
1 parent d6672e4 commit d7265b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plyer/platforms/android/filechooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class AndroidFileChooser(FileChooser):

# default selection value
selection = None

# select multiple files
multiple = False

Expand Down Expand Up @@ -143,7 +143,7 @@ def _open_file(self, **kwargs):
file_intent.addCategory(
Intent.CATEGORY_OPENABLE
)

# use putExtra to allow multiple file selection
if self.multiple:
file_intent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, True)
Expand Down

0 comments on commit d7265b9

Please sign in to comment.