mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-21 21:10:36 +01:00
Only allow recording on Android >= 10
This commit is contained in:
parent
3a67ecb942
commit
a0b40fc825
@ -1837,6 +1837,10 @@ class SidebandApp(MDApp):
|
||||
ad_items.pop(3)
|
||||
ad_items.pop(3)
|
||||
|
||||
if RNS.vendor.platformutils.is_android() and android_api_version < 29:
|
||||
ad_items.pop(3)
|
||||
ad_items.pop(3)
|
||||
|
||||
self.attach_dialog = MDDialog(
|
||||
title="Add Attachment",
|
||||
type="simple",
|
||||
|
Loading…
Reference in New Issue
Block a user