Add screen capture protection (#292)
Co-authored-by: Rahul Sharma <rahul.shwork@gmail.com>
This commit is contained in:
parent
8366d76dcd
commit
6897496423
6 changed files with 77 additions and 2 deletions
|
|
@ -124,4 +124,5 @@ data class ReaderScreenState(
|
|||
val customAppThemes: List<CustomAppTheme> = emptyList(),
|
||||
val allTags: List<TagEntity> = emptyList(),
|
||||
val showTagSelectionDialogFor: Set<String> = emptySet(),
|
||||
val isScreenCaptureProtectionEnabled: Boolean = false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue