mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Fix file manager access on Android 10
This commit is contained in:
parent
210163de0a
commit
88e03340cf
3 changed files with 3 additions and 3 deletions
|
@ -1677,8 +1677,6 @@ class SidebandApp(MDApp):
|
|||
ate_dialog.open()
|
||||
|
||||
else:
|
||||
self.sideband.config["map_storage_path"] = None
|
||||
self.sideband.save_configuration()
|
||||
if RNS.vendor.platformutils.get_platform() == "android":
|
||||
toast("No file access, check permissions!")
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue