File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/src/main/kotlin/ee/ria/DigiDoc/ui/component/crypto Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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) &&
You can’t perform that action at this time.
0 commit comments