Skip to content

Commit 50246ed

Browse files
committed
MOPPAND-1738 Do not offer to save container when decrypted.
1 parent b51525a commit 50246ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/kotlin/ee/ria/DigiDoc/ui/component/crypto/EncryptNavigation.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,6 @@ fun EncryptNavigation(
574574
status?.let {
575575
if (status) {
576576
withContext(Main) {
577-
isSaveContainerShown.value = true
578577
containerDecryptedSuccess.value = true
579578
sendAccessibilityEvent(
580579
context,
@@ -595,7 +594,6 @@ fun EncryptNavigation(
595594
status?.let {
596595
if (status) {
597596
withContext(Main) {
598-
isSaveContainerShown.value = true
599597
containerDecryptedSuccess.value = true
600598
sendAccessibilityEvent(
601599
context,
@@ -736,7 +734,6 @@ fun EncryptNavigation(
736734
if (containerDecryptedSuccess.value) {
737735
showMessage(containerDecryptedSuccessText)
738736
containerDecryptedSuccess.value = false
739-
isSaveContainerShown.value = true
740737
}
741738

742739
if (encryptViewModel.isEmptyFileInContainer(cryptoContainer) &&

0 commit comments

Comments
 (0)