Skip to content

Commit 54cc31f

Browse files
[MMCA] Fix permissions_external_storage
1 parent 67d9f04 commit 54cc31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/mobileHelpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
logger = logging.getLogger(__name__)
1212

1313
# See: https://stackoverflow.com/questions/64849485/why-is-filemanager-not-working-on-android-kivymd
14-
def permissions_external_storage(self, *args):
14+
def permissions_external_storage(*args):
1515
if not J_Environment.isExternalStorageManager():
1616
try:
1717
logger.debug("Ask for ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION")

0 commit comments

Comments
 (0)