mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-24 15:25:22 -04:00
Revert qrcode to fix invalid import. Update FileProvider class.
This commit is contained in:
parent
0bd99d3505
commit
1d2f785e70
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
__debug_build__ = False
|
||||
__debug_build__ = True
|
||||
__disable_shaders__ = True
|
||||
__version__ = "0.5.2"
|
||||
__variant__ = "beta"
|
||||
|
@ -294,7 +294,7 @@ class SidebandApp(MDApp):
|
|||
Intent = autoclass("android.content.Intent")
|
||||
Uri = autoclass("android.net.Uri")
|
||||
File = autoclass("java.io.File")
|
||||
FileProvider = autoclass("android.support.v4.content.FileProvider")
|
||||
FileProvider = autoclass("androidx.core.content.FileProvider")
|
||||
|
||||
image.save(file_path)
|
||||
i_file = File(file_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue