We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d9f04 commit 54cc31fCopy full SHA for 54cc31f
src/shared/utils/mobileHelpers.py
@@ -11,7 +11,7 @@
11
logger = logging.getLogger(__name__)
12
13
# See: https://stackoverflow.com/questions/64849485/why-is-filemanager-not-working-on-android-kivymd
14
-def permissions_external_storage(self, *args):
+def permissions_external_storage(*args):
15
if not J_Environment.isExternalStorageManager():
16
try:
17
logger.debug("Ask for ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION")
0 commit comments